Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index f2c5a9d8f998a346a637c7ab6466954822286e3f..b25630e6efcf7167cca2e78ccf51cf93a41b53e0 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -481,7 +481,6 @@ public: |
| bool isInTopLayer() const { return hasElementFlag(IsInTopLayer); } |
| void setIsInTopLayer(bool); |
| - void webkitRequestPointerLock(); |
| void requestPointerLock(); |
| bool isSpellCheckingEnabled() const; |