| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index 47867a1e87d24b59fa69f1a172a5b69207cb357f..0523df6d4bf615b641b82663621e73d76c805a82 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -38,9 +38,9 @@ interface Element : Node {
|
|
|
| // Pointer Events
|
| // https://w3c.github.io/pointerevents/#extensions-to-the-element-interface
|
| - [RuntimeEnabled=PointerEvent, RaisesException] void setPointerCapture (long pointerId);
|
| - [RuntimeEnabled=PointerEvent, RaisesException] void releasePointerCapture (long pointerId);
|
| - [RuntimeEnabled=PointerEvent] boolean hasPointerCapture (long pointerId);
|
| + [RaisesException] void setPointerCapture (long pointerId);
|
| + [RaisesException] void releasePointerCapture (long pointerId);
|
| + boolean hasPointerCapture (long pointerId);
|
|
|
| boolean hasAttributes();
|
| [SameObject, PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap attributes;
|
|
|