Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index bbabfcf995a4bec773b76c6e9b58cb7566643470..8feb5df32cefe8d41cebcf4e102f19e821d3ec8c 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -177,7 +177,7 @@ private: |
virtual bool sheetLoaded() OVERRIDE; |
virtual void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred) OVERRIDE; |
virtual void startLoadingDynamicSheet() OVERRIDE; |
- virtual void finishParsingChildren(); |
+ virtual void finishParsingChildren() OVERRIDE; |
// From LinkLoaderClient |
virtual void linkLoaded() OVERRIDE; |