| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index fa9235826de672b19ff81f905be51d50a6a3d659..4c9e1ece918085ffb82032176f0ef2a62ef4aa84 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -117,10 +117,6 @@ private:
|
| int computeSelectionEnd() const;
|
| TextFieldSelectionDirection computeSelectionDirection() const;
|
|
|
| - // FIXME: Author shadows should be allowed
|
| - // https://bugs.webkit.org/show_bug.cgi?id=92608
|
| - virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
|
| -
|
| virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusDirection) OVERRIDE;
|
| virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE;
|
|
|
|
|