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

Unified Diff: third_party/WebCore/page/Console.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
« no previous file with comments | « third_party/WebCore/make-file-arrays.py ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/page/Console.idl
diff --git a/third_party/WebCore/page/Console.idl b/third_party/WebCore/page/Console.idl
index 260217ebfd5b24938617290ab13343c99a272cf3..faefd6b52af3ca018dd1f16d9b9d5140c0722063 100644
--- a/third_party/WebCore/page/Console.idl
+++ b/third_party/WebCore/page/Console.idl
@@ -38,6 +38,7 @@
[CallWith=ScriptArguments|ScriptState] void warn();
[CallWith=ScriptArguments|ScriptState] void dir();
[CallWith=ScriptArguments|ScriptState] void dirxml();
+ [CallWith=ScriptArguments|ScriptState] void table();
[V8Custom, CallWith=ScriptArguments|ScriptState] void trace();
[V8Custom, CallWith=ScriptArguments|ScriptState, ImplementedAs=assertCondition] void assert(in boolean condition);
[CallWith=ScriptArguments|ScriptState] void count();
« no previous file with comments | « third_party/WebCore/make-file-arrays.py ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698