OLD | NEW |
1 /* | 1 /* |
2 This file is part of the Blink open source project. | 2 This file is part of the Blink open source project. |
3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! | 3 This file has been auto-generated by CodeGeneratorV8.pm. DO NOT MODIFY! |
4 | 4 |
5 This library is free software; you can redistribute it and/or | 5 This library is free software; you can redistribute it and/or |
6 modify it under the terms of the GNU Library General Public | 6 modify it under the terms of the GNU Library General Public |
7 License as published by the Free Software Foundation; either | 7 License as published by the Free Software Foundation; either |
8 version 2 of the License, or (at your option) any later version. | 8 version 2 of the License, or (at your option) any later version. |
9 | 9 |
10 This library is distributed in the hope that it will be useful, | 10 This library is distributed in the hope that it will be useful, |
(...skipping 15 matching lines...) Expand all Loading... |
26 #include "RuntimeEnabledFeatures.h" | 26 #include "RuntimeEnabledFeatures.h" |
27 #include "SerializedScriptValue.h" | 27 #include "SerializedScriptValue.h" |
28 #include "V8MessagePort.h" | 28 #include "V8MessagePort.h" |
29 #include "V8TestSerializedScriptValueInterface.h" | 29 #include "V8TestSerializedScriptValueInterface.h" |
30 #include "bindings/v8/ScriptController.h" | 30 #include "bindings/v8/ScriptController.h" |
31 #include "bindings/v8/SerializedScriptValue.h" | 31 #include "bindings/v8/SerializedScriptValue.h" |
32 #include "bindings/v8/V8Binding.h" | 32 #include "bindings/v8/V8Binding.h" |
33 #include "bindings/v8/V8DOMWrapper.h" | 33 #include "bindings/v8/V8DOMWrapper.h" |
34 #include "core/dom/ContextFeatures.h" | 34 #include "core/dom/ContextFeatures.h" |
35 #include "core/page/Frame.h" | 35 #include "core/page/Frame.h" |
36 #include <wtf/UnusedParam.h> | 36 #include "wtf/UnusedParam.h" |
37 | 37 |
38 #if ENABLE(BINDING_INTEGRITY) | 38 #if ENABLE(BINDING_INTEGRITY) |
39 #if defined(OS_WIN) | 39 #if defined(OS_WIN) |
40 #pragma warning(disable: 4483) | 40 #pragma warning(disable: 4483) |
41 extern "C" { extern void (*const __identifier("??_7TestSerializedScriptValueInte
rface@WebCore@@6B@")[])(); } | 41 extern "C" { extern void (*const __identifier("??_7TestSerializedScriptValueInte
rface@WebCore@@6B@")[])(); } |
42 #else | 42 #else |
43 extern "C" { extern void* _ZTVN7WebCore34TestSerializedScriptValueInterfaceE[];
} | 43 extern "C" { extern void* _ZTVN7WebCore34TestSerializedScriptValueInterfaceE[];
} |
44 #endif | 44 #endif |
45 #endif // ENABLE(BINDING_INTEGRITY) | 45 #endif // ENABLE(BINDING_INTEGRITY) |
46 | 46 |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 return wrapper; | 269 return wrapper; |
270 } | 270 } |
271 void V8TestSerializedScriptValueInterface::derefObject(void* object) | 271 void V8TestSerializedScriptValueInterface::derefObject(void* object) |
272 { | 272 { |
273 static_cast<TestSerializedScriptValueInterface*>(object)->deref(); | 273 static_cast<TestSerializedScriptValueInterface*>(object)->deref(); |
274 } | 274 } |
275 | 275 |
276 } // namespace WebCore | 276 } // namespace WebCore |
277 | 277 |
278 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 278 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
OLD | NEW |