Initial patch.
[vuplus_webkit] / Source / WebCore / html / HTMLLinkElement.h
index d23b50b..96df710 100644 (file)
@@ -95,6 +95,7 @@ private:
     enum PendingSheetType { None, NonBlocking, Blocking };
     void addPendingSheet(PendingSheetType);
     void removePendingSheet();
+    void asyncRemovePendingSheet();
 
 private:
     HTMLLinkElement(const QualifiedName&, Document*, bool createdByParser);