X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fimports%2FHTMLImport.h;h=58997663def6fea6cfef1a4953563d10ed61c974;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=30d3022d81da854d788dda82390b574e9b3ab584;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/imports/HTMLImport.h b/src/third_party/WebKit/Source/core/html/imports/HTMLImport.h index 30d3022..5899766 100644 --- a/src/third_party/WebKit/Source/core/html/imports/HTMLImport.h +++ b/src/third_party/WebKit/Source/core/html/imports/HTMLImport.h @@ -38,11 +38,7 @@ namespace blink { class Document; -class LocalFrame; -class HTMLImportChild; class HTMLImportLoader; -class HTMLImportsController; -class KURL; // // # Basic Data Structure and Algorithms of HTML Imports implemenation. @@ -115,7 +111,7 @@ public: virtual Document* document() const = 0; virtual bool isDone() const = 0; // FIXME: Should be renamed to haveFinishedLoading() - virtual HTMLImportLoader* loader() const { return 0; } + virtual HTMLImportLoader* loader() const { return nullptr; } virtual void stateWillChange() { } virtual void stateDidChange();