org.chromium.sdk/src/org/chromium/sdk/Script.java
changeset 355 8726e95bcbba
parent 2 e4420d2515f1
--- a/org.chromium.sdk/src/org/chromium/sdk/Script.java	Mon Jun 07 16:33:07 2010 -0700
+++ b/org.chromium.sdk/src/org/chromium/sdk/Script.java	Mon Jun 07 16:51:19 2010 -0700
@@ -44,11 +44,17 @@
 
   /**
    * @return the start line of this script in the original document
-   *         (zero-based), inclusive
+   *         (zero-based)
    */
   int getStartLine();
 
   /**
+   * @return the start column of this script in the original document
+   *         (zero-based)
+   */
+  int getStartColumn();
+
+  /**
    * @return the end line of this script in the original document (zero-based),
    *         inclusive
    */