| Index: core/dom/WebKitNamedFlow.idl
|
| diff --git a/core/dom/WebKitNamedFlow.idl b/core/dom/WebKitNamedFlow.idl
|
| index 5a008bd3bd863564db2e0fcee7684ee616b0f7a2..a8f68ddea4140dc09ed98a440cf9b1f31f4bf9d0 100644
|
| --- a/core/dom/WebKitNamedFlow.idl
|
| +++ b/core/dom/WebKitNamedFlow.idl
|
| @@ -12,7 +12,7 @@
|
| * copyright notice, this list of conditions and the following
|
| * disclaimer in the documentation and/or other materials
|
| * provided with the distribution.
|
| - *
|
| + *
|
| * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY
|
| * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| @@ -30,23 +30,13 @@
|
| [
|
| NoInterfaceObject,
|
| EnabledAtRuntime=cssRegions,
|
| - EventTarget,
|
| ImplementedAs=NamedFlow,
|
| GenerateIsReachable=ownerNode
|
| -] interface WebKitNamedFlow {
|
| +] interface WebKitNamedFlow : EventTarget {
|
| readonly attribute DOMString name;
|
| readonly attribute boolean overset;
|
| readonly attribute long firstEmptyRegionIndex;
|
| NodeList getRegionsByContent(Node contentNode);
|
| NodeList getRegions();
|
| NodeList getContent();
|
| -
|
| - // EventTarget interface
|
| - void addEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| - void removeEventListener(DOMString type,
|
| - EventListener listener,
|
| - optional boolean useCapture);
|
| - [RaisesException] boolean dispatchEvent(Event event);
|
| };
|
|
|