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

Unified Diff: Source/core/dom/WebKitNamedFlow.idl

Issue 17214003: Remove [InterfaceName] IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/dom/WebKitNamedFlow.idl
diff --git a/Source/core/dom/NamedFlow.idl b/Source/core/dom/WebKitNamedFlow.idl
similarity index 97%
rename from Source/core/dom/NamedFlow.idl
rename to Source/core/dom/WebKitNamedFlow.idl
index ae2cfeb7d0d337ffea13c1516a1c78a0d15152c2..5a008bd3bd863564db2e0fcee7684ee616b0f7a2 100644
--- a/Source/core/dom/NamedFlow.idl
+++ b/Source/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;

Powered by Google App Engine
This is Rietveld 408576698