Chromium Code Reviews| Index: Source/core/dom/ScriptElement.cpp |
| diff --git a/Source/core/dom/ScriptElement.cpp b/Source/core/dom/ScriptElement.cpp |
| index b39ba0f764eb9a17d075831ea5b754571f123056..6fbe0914d3cf492de41cbef1229df354a5813dca 100644 |
| --- a/Source/core/dom/ScriptElement.cpp |
| +++ b/Source/core/dom/ScriptElement.cpp |
| @@ -310,7 +310,7 @@ void ScriptElement::executeScript(const ScriptSourceCode& sourceCode) |
| // Create a script from the script element node, using the script |
| // block's source and the script block's type. |
| // Note: This is where the script is compiled and actually executed. |
| - frame->script()->evaluate(sourceCode); |
| + frame->script()->evaluateFromWebPage(sourceCode); |
|
pfeldman
2013/05/29 15:03:52
Do we know of entry points other than script and D
|
| } |
| } |
| } |