| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| index 677db2d5c5e3aab3b1bdded3d6fe60b94a25cd3f..33a0fd24c45a142783129cb15220728d5f4fa0bf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
|
| @@ -19,28 +19,27 @@ namespace blink {
|
| class ExceptionState;
|
|
|
| class V8TestDictionary {
|
| -public:
|
| - CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionary&, ExceptionState&);
|
| + public:
|
| + CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionary&, ExceptionState&);
|
| };
|
|
|
| CORE_EXPORT bool toV8TestDictionary(const TestDictionary&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*);
|
|
|
| template<class CallbackInfo>
|
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary& impl)
|
| -{
|
| - v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| +inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary& impl) {
|
| + v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
|
| }
|
|
|
| template <>
|
| struct NativeValueTraits<TestDictionary> {
|
| - static TestDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| + static TestDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestDictionary> {
|
| - typedef V8TestDictionary Type;
|
| + typedef V8TestDictionary Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8TestDictionary_h
|
| +#endif // V8TestDictionary_h
|
|
|