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

Unified Diff: core/page/ConsoleBase.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/page/Console.idl ('k') | core/page/ImageBitmapFactories.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/ConsoleBase.idl
diff --git a/core/page/Console.idl b/core/page/ConsoleBase.idl
similarity index 96%
copy from core/page/Console.idl
copy to core/page/ConsoleBase.idl
index d5373cacad3fc615ab64983f18c77620f5e8cbd8..e830b9bb4f4630d12dd1c6f4a60d68ff61fe1335 100644
--- a/core/page/Console.idl
+++ b/core/page/ConsoleBase.idl
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
+ * Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +28,10 @@
*/
[
+ CustomToV8,
+ DoNotGenerateWrap,
NoInterfaceObject
-] interface Console {
-
+] interface ConsoleBase {
[CallWith=ScriptArguments&ScriptState] void debug();
[CallWith=ScriptArguments&ScriptState] void error();
[CallWith=ScriptArguments&ScriptState] void info();
@@ -53,7 +55,4 @@
[CallWith=ScriptArguments&ScriptState] void groupCollapsed();
void groupEnd();
[CallWith=ScriptArguments&ScriptState] void clear();
-
- readonly attribute MemoryInfo memory;
};
-
« no previous file with comments | « core/page/Console.idl ('k') | core/page/ImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698