Index: Source/bindings/tests/results/core/V8TestException.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestException.cpp b/Source/bindings/tests/results/core/V8TestException.cpp |
index aaac5599d9a8d9856adaf2de629ce71d4c6d5e25..33076a01f86aaa40ced298efe1441340c497d554 100644 |
--- a/Source/bindings/tests/results/core/V8TestException.cpp |
+++ b/Source/bindings/tests/results/core/V8TestException.cpp |
@@ -94,7 +94,7 @@ static void installV8TestExceptionTemplate(v8::Handle<v8::FunctionTemplate> func |
static const V8DOMConfiguration::ConstantConfiguration V8TestExceptionConstants[] = { |
{"UNSIGNED_SHORT_CONSTANT", 1, 0, 0, V8DOMConfiguration::ConstantTypeUnsignedShort}, |
}; |
- V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, V8TestExceptionConstants, WTF_ARRAY_LENGTH(V8TestExceptionConstants), isolate); |
+ V8DOMConfiguration::installConstants(isolate, functionTemplate, prototypeTemplate, V8TestExceptionConstants, WTF_ARRAY_LENGTH(V8TestExceptionConstants)); |
static const V8DOMConfiguration::MethodConfiguration toStringMethodConfiguration = { |
"toString", TestExceptionV8Internal::toStringMethodCallback, 0, 0, V8DOMConfiguration::ExposedToAllScripts, |
}; |