Index: Source/core/html/HTMLDocument.h |
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
index a0c6220499f77162f9a753114df15cc9905f0d48..b30eae578569393f652c8406ac72e819398a8db3 100644 |
--- a/Source/core/html/HTMLDocument.h |
+++ b/Source/core/html/HTMLDocument.h |
@@ -58,7 +58,7 @@ public: |
const AtomicString& vlinkColor() const; |
void setVlinkColor(const AtomicString&); |
- void clear(); |
+ void clear() { } |
void captureEvents() { } |
void releaseEvents() { } |