| Index: third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| index f4470c87cb2856a79bdd0af0be21ff90c050bd74..fb669a5ff353386268cfaf1e91e2a6f9c3a78a8e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| @@ -547,10 +547,6 @@ bool ScriptLoader::doExecuteScript(const ScriptSourceCode& sourceCode) {
|
| contextDocument->popCurrentScript();
|
| }
|
|
|
| - // "Number used _once_", so, clear it out after execution.
|
| - if (RuntimeEnabledFeatures::hideNonceContentAttributeEnabled())
|
| - client()->clearNonce();
|
| -
|
| return true;
|
| }
|
|
|
|
|