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

Unified Diff: core/workers/WorkerConsole.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/testing/LayerRect.idl ('k') | core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/WorkerConsole.idl
diff --git a/core/page/BarProp.idl b/core/workers/WorkerConsole.idl
similarity index 92%
copy from core/page/BarProp.idl
copy to core/workers/WorkerConsole.idl
index cc9ce71cedf715be850546f9ce0633a780e48111..84e181bcbaf3fd084f97622defdfe62913133297 100644
--- a/core/page/BarProp.idl
+++ b/core/workers/WorkerConsole.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 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
@@ -26,7 +26,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface BarProp {
- readonly attribute boolean visible;
+[
+ NoInterfaceObject
+] interface WorkerConsole : ConsoleBase {
};
-
« no previous file with comments | « core/testing/LayerRect.idl ('k') | core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698