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

Unified Diff: core/dom/WebKitNamedFlow.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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
« no previous file with comments | « core/dom/WebKitAnimationEvent.idl ('k') | core/dom/WebKitNamedFlowCollection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/WebKitNamedFlow.idl
diff --git a/core/dom/NamedFlow.idl b/core/dom/WebKitNamedFlow.idl
similarity index 97%
rename from core/dom/NamedFlow.idl
rename to core/dom/WebKitNamedFlow.idl
index ae2cfeb7d0d337ffea13c1516a1c78a0d15152c2..5a008bd3bd863564db2e0fcee7684ee616b0f7a2 100644
--- a/core/dom/NamedFlow.idl
+++ b/core/dom/WebKitNamedFlow.idl
@@ -31,9 +31,9 @@
NoInterfaceObject,
EnabledAtRuntime=cssRegions,
EventTarget,
- InterfaceName=WebKitNamedFlow,
+ ImplementedAs=NamedFlow,
GenerateIsReachable=ownerNode
-] interface NamedFlow {
+] interface WebKitNamedFlow {
readonly attribute DOMString name;
readonly attribute boolean overset;
readonly attribute long firstEmptyRegionIndex;
« no previous file with comments | « core/dom/WebKitAnimationEvent.idl ('k') | core/dom/WebKitNamedFlowCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698