Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: third_party/WebKit/Source/core/dom/ClassicPendingScript.h

Issue 2819043002: Reland of name PendingScript::Url() to UrlForClassicScript() (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ClassicPendingScript.h
diff --git a/third_party/WebKit/Source/core/dom/ClassicPendingScript.h b/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
index 1874164f003d7602c2c83f2e81139fd2d7387fad..8b448ea16cf2ebe46c8be5532f188cb3500c73aa 100644
--- a/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
+++ b/third_party/WebKit/Source/core/dom/ClassicPendingScript.h
@@ -55,11 +55,11 @@ class CORE_EXPORT ClassicPendingScript final
ClassicScript* GetSource(const KURL& document_url,
bool& error_occurred) const override;
bool IsReady() const override;
- KURL Url() const override;
bool IsExternal() const override { return GetResource(); }
bool ErrorOccurred() const override;
bool WasCanceled() const override;
void StartStreamingIfPossible(Document*, ScriptStreamer::Type) override;
+ KURL UrlForClassicScript() const override;
void RemoveFromMemoryCache() override;
void DisposeInternal() override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698