| Index: plugins/org.chromium.sdk/src/org/chromium/sdk/JsObject.java
|
| diff --git a/plugins/org.chromium.sdk/src/org/chromium/sdk/JsObject.java b/plugins/org.chromium.sdk/src/org/chromium/sdk/JsObject.java
|
| index cbc358e57eff9040f5ed86b4a6bbd9d2fbf2a15c..f9da3e450762d92dd653f8997fccd9f074bb971b 100755
|
| --- a/plugins/org.chromium.sdk/src/org/chromium/sdk/JsObject.java
|
| +++ b/plugins/org.chromium.sdk/src/org/chromium/sdk/JsObject.java
|
| @@ -23,10 +23,8 @@ public interface JsObject extends JsValue {
|
| * @return the own properties of this compound value (does <strong>not</strong> include
|
| * properties from proto object)
|
| * @throws MethodIsBlockingException because it may need to load value from remote
|
| - * TODO: make it return list of JsObjectProperty once hacks for supporting exceptions are
|
| - * removed.
|
| */
|
| - Collection<? extends JsVariable> getProperties() throws MethodIsBlockingException;
|
| + Collection<? extends JsObjectProperty> getProperties() throws MethodIsBlockingException;
|
|
|
| /**
|
| * @return the internal properties of this compound value (e.g. those properties which
|
|
|