Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
index 5600a25c27bd8ddfb2587ac7e43d83d9c1a8188f..f3a0d1c7edafac3b701b62d050710b79daa6f600 100644 |
--- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
+++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
@@ -68,7 +68,7 @@ Vector<v8::Local<v8::Value>> WebScriptExecutor::execute(LocalFrame* frame) { |
} else { |
v8::Local<v8::Value> scriptValue = |
frame->script().executeScriptInMainWorldAndReturnValue( |
- m_sources.first()); |
+ m_sources.front()); |
results.append(scriptValue); |
} |