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

Unified Diff: inspector/InjectedScriptHost.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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
« no previous file with comments | « inspector/CodeGeneratorInspectorStrings.py ('k') | inspector/Inspector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inspector/InjectedScriptHost.idl
diff --git a/inspector/InjectedScriptHost.idl b/inspector/InjectedScriptHost.idl
index 6880f6fdb09d909b10892094ea1cf81a1f7db7b7..7ece9d75a6dc03726a7c65b6901920b80073da91 100644
--- a/inspector/InjectedScriptHost.idl
+++ b/inspector/InjectedScriptHost.idl
@@ -45,16 +45,7 @@
[Custom] any functionDetails(in any object);
[Custom] Array getInternalProperties(in any object);
[Custom] Array getEventListeners(in Node node);
-
- // FIXME: Remove evaluateReturnsEvalFunction once InjectedScriptHost returns eval in evaluate on V8. https://webkit.org/b/113134
- readonly attribute boolean evaluateReturnsEvalFunction;
-
-#if defined(V8_BINDING) && V8_BINDING
[Custom] any evaluate(in DOMString text);
-#else
- [Custom] readonly attribute any evaluate;
-#endif
-
[Custom] DOMString databaseId(in any database);
[Custom] DOMString storageId(in any storage);
« no previous file with comments | « inspector/CodeGeneratorInspectorStrings.py ('k') | inspector/Inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698