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

Unified Diff: third_party/WebCore/inspector/JavaScriptCallFrame.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: third_party/WebCore/inspector/JavaScriptCallFrame.idl
diff --git a/third_party/WebCore/inspector/JavaScriptCallFrame.idl b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
index e9e53d8aedb72d84ab3f57bb16fc93d4c830c251..ed90a84ec524c6e20673cf6c36159b53ab601057 100644
--- a/third_party/WebCore/inspector/JavaScriptCallFrame.idl
+++ b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
@@ -38,10 +38,10 @@
const unsigned short CATCH_SCOPE = 4;
[Custom] void evaluate(in DOMString script);
- [Custom] DOMObject restart();
+ [Custom] any restart();
// Only declarative scope (local, with and catch) is accepted. Returns undefined.
- [Custom] DOMObject setVariableValue(in int scopeIndex, in DOMString variableName, DOMObject newValue);
+ [Custom] any setVariableValue(in int scopeIndex, in DOMString variableName, any newValue);
readonly attribute JavaScriptCallFrame caller;
readonly attribute long sourceID;
« no previous file with comments | « third_party/WebCore/inspector/InspectorFrontendHost.idl ('k') | third_party/WebCore/inspector/compile-front-end.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698