Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java

Issue 12328046: Fullfill couple of TODOs (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java
diff --git a/plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java b/plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java
index 4fa4d190afbde531b6f69249bd624289cb2458ba..4136e638f314a36006ca8afbe7fae7605169e42a 100755
--- a/plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java
+++ b/plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java
@@ -25,8 +25,6 @@ public interface JsVariable {
* (namely V8 Standalone protocol) the numeric property name may be decorated
* with square brackets.
* @return the name of this variable
- * TODO: do not decorate property name with square brackets,
- * http://code.google.com/p/chromedevtools/issues/detail?id=77
*/
String getName();

Powered by Google App Engine
This is Rietveld 408576698