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

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

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 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
Index: third_party/WebCore/inspector/InjectedScriptHost.idl
diff --git a/third_party/WebCore/inspector/InjectedScriptHost.idl b/third_party/WebCore/inspector/InjectedScriptHost.idl
index 48ee5d4a15d56a9662b7fba4550006a133e5d432..54f080f2c3aaa4f3c326d0da4b2678dc2615f848 100644
--- a/third_party/WebCore/inspector/InjectedScriptHost.idl
+++ b/third_party/WebCore/inspector/InjectedScriptHost.idl
@@ -45,8 +45,8 @@ module core {
[Custom] DOMObject functionDetails(in DOMObject object);
[Custom] Array getEventListeners(in Node node);
- [Custom] int databaseId(in DOMObject database);
- [Custom] int storageId(in DOMObject storage);
+ [Custom] DOMString databaseId(in DOMObject database);
+ [Custom] DOMString storageId(in DOMObject storage);
#if defined(ENABLE_WORKERS) && ENABLE_WORKERS
void didCreateWorker(in long id, in DOMString url, in boolean isFakeWorker);
« no previous file with comments | « third_party/WebCore/html/canvas/WebGLRenderingContext.idl ('k') | third_party/WebCore/inspector/InspectorFrontendHost.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698