| 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 2ff50687291613bb34d55af582d2715bc2ebe380..047b36473080efc517fc8b511b6ff2bcc68083a6 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ClassicPendingScript.cpp
|
| @@ -229,7 +229,7 @@ bool ClassicPendingScript::WasCanceled() const {
|
| return GetResource()->WasCanceled();
|
| }
|
|
|
| -KURL ClassicPendingScript::Url() const {
|
| +KURL ClassicPendingScript::UrlForClassicScript() const {
|
| return GetResource()->Url();
|
| }
|
|
|
|
|