| 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 "V8Node.h" | 26 #include "V8Node.h" |
| 27 #include "V8TestInterface.h" | 27 #include "V8TestInterface.h" |
| 28 #include "V8TestObj.h" | 28 #include "V8TestObj.h" |
| 29 #include "bindings/bindings/tests/idls/TestPartialInterface.h" | 29 #include "bindings/bindings/tests/idls/TestPartialInterface.h" |
| 30 #include "bindings/v8/ScriptController.h" | 30 #include "bindings/v8/ScriptController.h" |
| 31 #include "bindings/v8/V8Binding.h" | 31 #include "bindings/v8/V8Binding.h" |
| 32 #include "bindings/v8/V8DOMWrapper.h" | 32 #include "bindings/v8/V8DOMWrapper.h" |
| 33 #include "core/dom/ContextFeatures.h" | 33 #include "core/dom/ContextFeatures.h" |
| 34 #include "core/dom/ExceptionCode.h" | 34 #include "core/dom/ExceptionCode.h" |
| 35 #include "core/page/Frame.h" | 35 #include "core/page/Frame.h" |
| 36 #include <wtf/GetPtr.h> | 36 #include "wtf/GetPtr.h" |
| 37 #include <wtf/RefCounted.h> | 37 #include "wtf/RefCounted.h" |
| 38 #include <wtf/RefPtr.h> | 38 #include "wtf/RefPtr.h" |
| 39 #include <wtf/UnusedParam.h> | 39 #include "wtf/UnusedParam.h" |
| 40 | 40 |
| 41 #if ENABLE(BINDING_INTEGRITY) | 41 #if ENABLE(BINDING_INTEGRITY) |
| 42 #if defined(OS_WIN) | 42 #if defined(OS_WIN) |
| 43 #pragma warning(disable: 4483) | 43 #pragma warning(disable: 4483) |
| 44 extern "C" { extern void (*const __identifier("??_7TestInterface@WebCore@@6B@")[
])(); } | 44 extern "C" { extern void (*const __identifier("??_7TestInterface@WebCore@@6B@")[
])(); } |
| 45 #else | 45 #else |
| 46 extern "C" { extern void* _ZTVN7WebCore13TestInterfaceE[]; } | 46 extern "C" { extern void* _ZTVN7WebCore13TestInterfaceE[]; } |
| 47 #endif | 47 #endif |
| 48 #endif // ENABLE(BINDING_INTEGRITY) | 48 #endif // ENABLE(BINDING_INTEGRITY) |
| 49 | 49 |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 return wrapper; | 671 return wrapper; |
| 672 } | 672 } |
| 673 void V8TestInterface::derefObject(void* object) | 673 void V8TestInterface::derefObject(void* object) |
| 674 { | 674 { |
| 675 static_cast<TestInterface*>(object)->deref(); | 675 static_cast<TestInterface*>(object)->deref(); |
| 676 } | 676 } |
| 677 | 677 |
| 678 } // namespace WebCore | 678 } // namespace WebCore |
| 679 | 679 |
| 680 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 680 #endif // ENABLE(Condition1) || ENABLE(Condition2) |
| OLD | NEW |