| Index: third_party/WebKit/Source/core/inspector/LayoutEditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/LayoutEditor.cpp b/third_party/WebKit/Source/core/inspector/LayoutEditor.cpp
|
| index 8b60d1d168d057b5ffbb677e2cf761ec24f05c4b..ebb83d67f5cc529354185067587cb4da7db607d5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/LayoutEditor.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/LayoutEditor.cpp
|
| @@ -431,7 +431,7 @@ void LayoutEditor::evaluateInOverlay(
|
| command->pushValue(protocol::StringValue::create(method));
|
| command->pushValue(std::move(argument));
|
| m_scriptController->executeScriptInMainWorld(
|
| - "dispatch(" + command->toJSONString() + ")",
|
| + "dispatch(" + command->serialize() + ")",
|
| ScriptController::ExecuteScriptWhenScriptsDisabled);
|
| }
|
|
|
|
|