| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index a68d8782bbfe06f0d422d6835e929267e1d24ffb..286a5d8cf70c4ebcfd02f450d0da638078867a3c 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -264,8 +264,6 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(touchend);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(touchmove);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(touchstart);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel);
|
|
|
| bool shouldMergeWithLegacyDescription(ViewportDescription::Type);
|
|
|