| Index: third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| index 5d48d96f5bf0228eb37b1eba9c1e823d491e3fb1..692167f734af516d4fbd7316d88654458bbe5e32 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| @@ -50,7 +50,7 @@ class MockScriptElementBase
|
| MOCK_CONST_METHOD0(HasSourceAttribute, bool());
|
| MOCK_CONST_METHOD0(IsConnected, bool());
|
| MOCK_CONST_METHOD0(HasChildren, bool());
|
| - MOCK_CONST_METHOD0(IsNonceableElement, bool());
|
| + MOCK_CONST_METHOD0(GetNonceForElement, const AtomicString&());
|
| MOCK_CONST_METHOD0(InitiatorName, AtomicString());
|
| MOCK_METHOD3(AllowInlineScriptForCSP,
|
| bool(const AtomicString&,
|
|
|