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

Unified Diff: Source/web/WebDOMError.cpp

Issue 326573002: Remove public web methods using toV8 with empty context. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/web/WebBlob.cpp ('k') | Source/web/WebDOMFileSystem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMError.cpp
diff --git a/Source/web/WebDOMError.cpp b/Source/web/WebDOMError.cpp
index 1f66e241e94ff382c99e967c36c4e8f8385a2449..1657e82a3389cba23331c97cd7b9ce3e0e98e3c4 100644
--- a/Source/web/WebDOMError.cpp
+++ b/Source/web/WebDOMError.cpp
@@ -69,13 +69,6 @@ WebString WebDOMError::message() const
return m_private->message();
}
-v8::Handle<v8::Value> WebDOMError::toV8Value()
-{
- if (!m_private.get())
- return v8::Handle<v8::Value>();
- return toV8(m_private.get(), v8::Handle<v8::Object>(), v8::Isolate::GetCurrent());
-}
-
v8::Handle<v8::Value> WebDOMError::toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
{
if (!m_private.get())
« no previous file with comments | « Source/web/WebBlob.cpp ('k') | Source/web/WebDOMFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698