Index: Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
index d71c09b84f6a1f009a97933482941107589f5661..35ca14ab274968061c5ae8856fa8c9186d3287a0 100644 |
--- a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
+++ b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
@@ -37,7 +37,7 @@ public: |
} |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { } |
- static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { } |
+ static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { } |
}; |
template <> |