Chromium Code Reviews

Unified Diff: core/inspector/InjectedScriptHost.idl

Issue 15685002: IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « core/html/track/TextTrackRegionList.idl ('k') | core/inspector/JavaScriptCallFrame.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/InjectedScriptHost.idl
===================================================================
--- core/inspector/InjectedScriptHost.idl (revision 22811)
+++ core/inspector/InjectedScriptHost.idl (working copy)
@@ -37,7 +37,7 @@
void copyText(DOMString text);
[Custom] void inspect(any objectId, any hints);
- [Custom] any inspectedObject(int num);
+ [Custom] any inspectedObject(long num);
[Custom] any internalConstructorName(any object);
[Custom] boolean isHTMLAllCollection(any object);
[Custom] DOMString type(any object);
« no previous file with comments | « core/html/track/TextTrackRegionList.idl ('k') | core/inspector/JavaScriptCallFrame.idl » ('j') | no next file with comments »

Powered by Google App Engine