| Index: Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp b/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| index 573bf8493d0876909cb2a5b6fb87a6ae9ed93ff3..23106af4b7bb8f74198ab8d5db183058353b697a 100644
|
| --- a/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp
|
| @@ -63,7 +63,6 @@
|
| #include "V8WebGLVertexArrayObjectOES.h"
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/V8Binding.h"
|
| -#include "bindings/v8/V8HiddenPropertyName.h"
|
| #include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "bindings/v8/custom/V8Float32ArrayCustom.h"
|
| #include "bindings/v8/custom/V8Int16ArrayCustom.h"
|
| @@ -257,7 +256,7 @@ static v8::Handle<v8::Value> toV8Object(WebGLExtension* extension, v8::Handle<v8
|
| break;
|
| }
|
| ASSERT(!extensionObject.IsEmpty());
|
| - V8HiddenPropertyName::setNamedHiddenReference(contextObject, referenceName, extensionObject);
|
| + setHiddenValue(isolate, contextObject, referenceName, extensionObject);
|
| return extensionObject;
|
| }
|
|
|
|
|