Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
index a2f3283913cbc69f31e6bb9b221b1f44734da9bd..e55d4bd0e40dfd000934fabceb420ac847849362 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
@@ -15,7 +15,7 @@ |
#include "bindings/core/v8/V8HiddenValue.h" |
#include "bindings/core/v8/V8ObjectConstructor.h" |
#include "bindings/core/v8/V8TestInterfaceEmpty.h" |
-#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h" |
+#include "bindings/core/v8/V8Uint8Array.h" |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
#include "core/frame/LocalDOMWindow.h" |
@@ -110,7 +110,7 @@ static void initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGet |
{ |
v8::Handle<v8::Object> holder = info.Holder(); |
TestInterfaceEventConstructor* impl = V8TestInterfaceEventConstructor::toImpl(holder); |
- RefPtr<Uint8Array> cppValue(impl->initializedByEventConstructorReadonlyUint8ArrayAttribute()); |
+ RefPtr<DOMUint8Array> cppValue(impl->initializedByEventConstructorReadonlyUint8ArrayAttribute()); |
if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8Uint8Array>(info.GetReturnValue(), cppValue.get())) |
return; |
v8::Handle<v8::Value> wrapper = toV8(cppValue.get(), holder, info.GetIsolate()); |
@@ -373,7 +373,6 @@ TestInterfaceEventConstructor* V8TestInterfaceEventConstructor::toImplWithTypeCh |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceEventConstructor>() : 0; |
} |
- |
void V8TestInterfaceEventConstructor::refObject(ScriptWrappableBase* internalPointer) |
{ |
#if !ENABLE(OILPAN) |