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

Unified Diff: Source/bindings/tests/results/V8TestSVG.h

Issue 125043004: Remove world type from hasInstance() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/bindings/tests/results/V8TestSVG.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestSVG.h
diff --git a/Source/bindings/tests/results/V8TestSVG.h b/Source/bindings/tests/results/V8TestSVG.h
index 812ccce5218d494f1c61b7340782a6e806f638df..f8dec881949bb54a85ada5568b04403bf89317c9 100644
--- a/Source/bindings/tests/results/V8TestSVG.h
+++ b/Source/bindings/tests/results/V8TestSVG.h
@@ -42,8 +42,7 @@ namespace WebCore {
class V8TestSVG {
public:
- static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
- static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
+ static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
static v8::Handle<v8::FunctionTemplate> domTemplate(v8::Isolate*, WrapperWorldType);
static TestSVG* toNative(v8::Handle<v8::Object> object)
{
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/bindings/tests/results/V8TestSVG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698