Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLImportChildClient.h
index 252d090..be3177d 100644 (file)
@@ -34,6 +34,7 @@
 namespace WebCore {
 
 class HTMLImportChild;
+class HTMLLinkElement;
 
 class HTMLImportChildClient {
 public:
@@ -41,6 +42,7 @@ public:
     virtual void didFinish() = 0;
     virtual void importChildWasDestroyed(HTMLImportChild*) = 0;
     virtual bool isCreatedByParser() const = 0;
+    virtual HTMLLinkElement* link() = 0;
 };
 
 } // namespace WebCore