| Index: Source/WebCore/html/HTMLLinkElement.h
 | 
| diff --git a/Source/WebCore/html/HTMLLinkElement.h b/Source/WebCore/html/HTMLLinkElement.h
 | 
| index 5ba421a510a9a72ba6bfa4ae7dfa456c59789258..ce7cdef97b46b7f6c22b60ed6be33c4ee8a16223 100644
 | 
| --- a/Source/WebCore/html/HTMLLinkElement.h
 | 
| +++ b/Source/WebCore/html/HTMLLinkElement.h
 | 
| @@ -119,11 +119,6 @@ private:
 | 
|  
 | 
|      void removePendingSheet(RemovePendingSheetNotificationType = RemovePendingSheetNotifyImmediately);
 | 
|  
 | 
| -#if ENABLE(MICRODATA)
 | 
| -    virtual String itemValueText() const OVERRIDE;
 | 
| -    virtual void setItemValueText(const String&, ExceptionCode&) OVERRIDE;
 | 
| -#endif
 | 
| -
 | 
|  private:
 | 
|      HTMLLinkElement(const QualifiedName&, Document*, bool createdByParser);
 | 
|  
 | 
| 
 |