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

Unified Diff: Source/WebCore/bindings/v8/V8PerIsolateData.cpp

Issue 11337028: Merge 132922 - Remove ensureAuxiliaryContext (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 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 | « Source/WebCore/bindings/v8/V8PerIsolateData.h ('k') | Source/WebKit/chromium/WebKit.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/v8/V8PerIsolateData.cpp
===================================================================
--- Source/WebCore/bindings/v8/V8PerIsolateData.cpp (revision 132933)
+++ Source/WebCore/bindings/v8/V8PerIsolateData.cpp (working copy)
@@ -132,13 +132,6 @@
}
#endif
-v8::Handle<v8::Context> V8PerIsolateData::ensureAuxiliaryContext()
-{
- if (m_auxiliaryContext.isEmpty())
- m_auxiliaryContext.adopt(v8::Context::New());
- return m_auxiliaryContext.get();
-}
-
v8::Handle<v8::Value> V8PerIsolateData::constructorOfToString(const v8::Arguments& args)
{
// The DOM constructors' toString functions grab the current toString
« no previous file with comments | « Source/WebCore/bindings/v8/V8PerIsolateData.h ('k') | Source/WebKit/chromium/WebKit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698