| Index: third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp b/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| index 589159b27e7245fa70c5be64a17c526470c2eeea..01b0ed49245dde189f6ff682b15c4a4e48e11158 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| @@ -234,7 +234,7 @@ bool ClassicPendingScript::WasCanceled() const {
|
| return GetResource()->WasCanceled();
|
| }
|
|
|
| -KURL ClassicPendingScript::Url() const {
|
| +KURL ClassicPendingScript::UrlForClassicScript() const {
|
| return GetResource()->Url();
|
| }
|
|
|
|
|