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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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 47ca5d181caa645c0bc343fb0082bdb7d3a1f5a3..d373d5d821d5f646fb3b89ff53dc352903c72418 100644
--- a/third_party/WebCore/inspector/JavaScriptCallFrame.idl
+++ b/third_party/WebCore/inspector/JavaScriptCallFrame.idl
@@ -39,6 +39,7 @@ module inspector {
const unsigned short CATCH_SCOPE = 4;
[Custom] void evaluate(in DOMString script);
+ [Custom] DOMObject restart();
readonly attribute JavaScriptCallFrame caller;
readonly attribute long sourceID;
« no previous file with comments | « third_party/WebCore/html/track/TextTrackList.idl ('k') | third_party/WebCore/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698