| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index dc44eb7ec4660f037339855976e4169f8b3c264a..39965138ed1b47a95c074d3b47509cffdaeec2a3 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -267,8 +267,6 @@
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(touchstart);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitpointerlockchange);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitpointerlockerror);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel);
|
|
|
| bool shouldMergeWithLegacyDescription(ViewportDescription::Type);
|
|
|