| Index: Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperations.cpp b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| index 60ae2711c1b08fa1567f6536fed91e0a12a4870f..b117f2b9be16a9bdfaaa2c47d07a82ed23891556 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| @@ -174,7 +174,7 @@ static void namedPropertyEnumeratorCallback(const v8::PropertyCallbackInfo<v8::A
|
| } // namespace TestSpecialOperationsV8Internal
|
|
|
| static const V8DOMConfiguration::MethodConfiguration V8TestSpecialOperationsMethods[] = {
|
| - {"namedItem", TestSpecialOperationsV8Internal::namedItemMethodCallback, 0, 1},
|
| + {"namedItem", TestSpecialOperationsV8Internal::namedItemMethodCallback, 0, 1, V8DOMConfiguration::ExposedToAllScripts},
|
| };
|
|
|
| static void installV8TestSpecialOperationsTemplate(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate)
|
|
|