Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: Source/bindings/v8/ScriptCallStackFactory.cpp

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/v8/ScriptCallStackFactory.cpp
diff --git a/Source/bindings/v8/ScriptCallStackFactory.cpp b/Source/bindings/v8/ScriptCallStackFactory.cpp
index bd8cf492cd444141129079b328cedfe4ce8a674b..4a470eeaafbd06295252c728e9452fdef287235a 100644
--- a/Source/bindings/v8/ScriptCallStackFactory.cpp
+++ b/Source/bindings/v8/ScriptCallStackFactory.cpp
@@ -47,7 +47,7 @@ namespace WebCore {
class ExecutionContext;
-static ScriptCallFrame toScriptCallFrame(v8::Handle<v8::StackFrame> frame)
+ScriptCallFrame toScriptCallFrame(v8::Handle<v8::StackFrame> frame)
{
StringBuilder stringBuilder;
stringBuilder.appendNumber(frame->GetScriptId());

Powered by Google App Engine
This is Rietveld 408576698