| Index: Source/WebCore/html/HTMLAnchorElement.h
|
| diff --git a/Source/WebCore/html/HTMLAnchorElement.h b/Source/WebCore/html/HTMLAnchorElement.h
|
| index 033e9c240264db3cedec517e95d07f36c7307efc..1fb925835abbf4a26bc2c71dc532f188e954924f 100644
|
| --- a/Source/WebCore/html/HTMLAnchorElement.h
|
| +++ b/Source/WebCore/html/HTMLAnchorElement.h
|
| @@ -132,11 +132,6 @@ private:
|
| static EventType eventType(Event*);
|
| bool treatLinkAsLiveForEventType(EventType) const;
|
|
|
| -#if ENABLE(MICRODATA)
|
| - virtual String itemValueText() const OVERRIDE;
|
| - virtual void setItemValueText(const String&, ExceptionCode&) OVERRIDE;
|
| -#endif
|
| -
|
| Element* rootEditableElementForSelectionOnMouseDown() const;
|
| void setRootEditableElementForSelectionOnMouseDown(Element*);
|
| void clearRootEditableElementForSelectionOnMouseDown();
|
|
|