Index: core/dom/WebKitNamedFlow.idl |
diff --git a/core/dom/WebKitNamedFlow.idl b/core/dom/WebKitNamedFlow.idl |
index f1185b4efb1983952efe91fe1d765e719c04447f..800e26d9b080d13905b3d23bdbb80d7ca2f88b42 100644 |
--- a/core/dom/WebKitNamedFlow.idl |
+++ b/core/dom/WebKitNamedFlow.idl |
@@ -28,10 +28,10 @@ |
*/ |
[ |
+ GenerateVisitDOMWrapper=ownerNode, |
+ ImplementedAs=NamedFlow, |
NoInterfaceObject, |
RuntimeEnabled=CSSRegions, |
- ImplementedAs=NamedFlow, |
- GenerateIsReachable=ownerNode |
] interface WebKitNamedFlow : EventTarget { |
readonly attribute DOMString name; |
readonly attribute boolean overset; |