| Index: third_party/WebKit/Source/core/dom/PendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| index f0175f57aeea061e7b97d907e1708ec19620e2eb..f308f0aae4c51b7177df9bbf73da5253a9757095 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -88,7 +88,6 @@ class CORE_EXPORT PendingScript
|
| // https://html.spec.whatwg.org/#the-script-is-ready
|
| virtual bool IsReady() const = 0;
|
|
|
| - virtual KURL Url() const = 0;
|
| virtual bool IsExternal() const = 0;
|
| virtual bool ErrorOccurred() const = 0;
|
| virtual bool WasCanceled() const = 0;
|
| @@ -96,6 +95,7 @@ class CORE_EXPORT PendingScript
|
|
|
| // Used for document.write() intervention.
|
| // Has effects only for classic scripts.
|
| + virtual KURL UrlForClassicScript() const = 0;
|
| virtual void RemoveFromMemoryCache() = 0;
|
|
|
| void Dispose();
|
|
|