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

Unified Diff: sky/engine/bindings/core/v8/V8PerContextData.cpp

Issue 688033003: Fix line numbers in JavaScript stack traces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove unnecessary Created 6 years, 2 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
« no previous file with comments | « sky/engine/bindings/core/v8/V8PerContextData.h ('k') | sky/engine/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/V8PerContextData.cpp
diff --git a/sky/engine/bindings/core/v8/V8PerContextData.cpp b/sky/engine/bindings/core/v8/V8PerContextData.cpp
index 34f3dc52eb688dcd6977b75ca38ff2d872c94885..fc65dfd74daaca4dbeaace1f3acfb12f44f316db 100644
--- a/sky/engine/bindings/core/v8/V8PerContextData.cpp
+++ b/sky/engine/bindings/core/v8/V8PerContextData.cpp
@@ -57,8 +57,6 @@ V8PerContextData::V8PerContextData(v8::Handle<v8::Context> context)
v8::Handle<v8::Value> prototypeValue = object->Get(v8AtomicString(m_isolate, "prototype"));
ASSERT(!prototypeValue.IsEmpty());
m_errorPrototype.set(m_isolate, prototypeValue);
-
- m_functionConstructor.set(m_isolate, v8::Handle<v8::Function>::Cast(context->Global()->Get(v8AtomicString(m_isolate, "Function"))));
}
V8PerContextData::~V8PerContextData()
« no previous file with comments | « sky/engine/bindings/core/v8/V8PerContextData.h ('k') | sky/engine/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698