| Index: third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
 | 
| index 54b6b4e420771a767bb5505e1ea9e1f53ccdbedc..159c4f4bff995a62697b45aa30755b64dbcc3820 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
 | 
| @@ -14,6 +14,7 @@
 | 
|  
 | 
|  #include "bindings/core/v8/Dictionary.h"
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
| +#include "bindings/core/v8/NativeValueTraits.h"
 | 
|  #include "bindings/core/v8/V8Binding.h"
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "platform/heap/Handle.h"
 | 
| @@ -84,9 +85,15 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, ArrayBufferOrArra
 | 
|  
 | 
|  template <>
 | 
|  struct NativeValueTraits<ArrayBufferOrArrayBufferViewOrDictionary> {
 | 
| +  using ImplType = ArrayBufferOrArrayBufferViewOrDictionary;
 | 
|    CORE_EXPORT static ArrayBufferOrArrayBufferViewOrDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
 | 
|  };
 | 
|  
 | 
| +template <>
 | 
| +struct V8TypeOf<ArrayBufferOrArrayBufferViewOrDictionary> {
 | 
| +  typedef V8ArrayBufferOrArrayBufferViewOrDictionary Type;
 | 
| +};
 | 
| +
 | 
|  }  // namespace blink
 | 
|  
 | 
|  // We need to set canInitializeWithMemset=true because HeapVector supports
 | 
| 
 |