| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 #include "bindings/v8/V8AbstractEventListener.h" | 47 #include "bindings/v8/V8AbstractEventListener.h" |
| 48 #include "bindings/v8/V8Binding.h" | 48 #include "bindings/v8/V8Binding.h" |
| 49 #include "bindings/v8/V8DOMActivityLogger.h" | 49 #include "bindings/v8/V8DOMActivityLogger.h" |
| 50 #include "bindings/v8/V8DOMConfiguration.h" | 50 #include "bindings/v8/V8DOMConfiguration.h" |
| 51 #include "bindings/v8/V8DOMWrapper.h" | 51 #include "bindings/v8/V8DOMWrapper.h" |
| 52 #include "bindings/v8/V8EventListenerList.h" | 52 #include "bindings/v8/V8EventListenerList.h" |
| 53 #include "bindings/v8/V8HiddenPropertyName.h" | 53 #include "bindings/v8/V8HiddenPropertyName.h" |
| 54 #include "bindings/v8/V8ObjectConstructor.h" | 54 #include "bindings/v8/V8ObjectConstructor.h" |
| 55 #include "bindings/v8/custom/V8Float32ArrayCustom.h" | 55 #include "bindings/v8/custom/V8Float32ArrayCustom.h" |
| 56 #include "core/dom/ContextFeatures.h" | 56 #include "core/dom/ContextFeatures.h" |
| 57 #include "core/dom/CustomElementCallbackDispatcher.h" | |
| 58 #include "core/dom/Document.h" | 57 #include "core/dom/Document.h" |
| 58 #include "core/dom/custom/CustomElementCallbackDispatcher.h" |
| 59 #include "core/page/DOMWindow.h" | 59 #include "core/page/DOMWindow.h" |
| 60 #include "core/page/PageConsole.h" | 60 #include "core/page/PageConsole.h" |
| 61 #include "core/page/UseCounter.h" | 61 #include "core/page/UseCounter.h" |
| 62 #include "core/platform/chromium/TraceEvent.h" | 62 #include "core/platform/chromium/TraceEvent.h" |
| 63 #include "core/svg/properties/SVGPropertyTearOff.h" | 63 #include "core/svg/properties/SVGPropertyTearOff.h" |
| 64 #include "core/svg/properties/SVGStaticPropertyTearOff.h" | 64 #include "core/svg/properties/SVGStaticPropertyTearOff.h" |
| 65 #include "wtf/GetPtr.h" | 65 #include "wtf/GetPtr.h" |
| 66 #include "wtf/RefPtr.h" | 66 #include "wtf/RefPtr.h" |
| 67 #include "wtf/UnusedParam.h" | 67 #include "wtf/UnusedParam.h" |
| 68 #include "wtf/Vector.h" | 68 #include "wtf/Vector.h" |
| (...skipping 5318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5387 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper,
isolate, WrapperConfiguration::Independent); | 5387 V8DOMWrapper::associateObjectWithWrapper<V8TestObject>(impl, &info, wrapper,
isolate, WrapperConfiguration::Independent); |
| 5388 return wrapper; | 5388 return wrapper; |
| 5389 } | 5389 } |
| 5390 | 5390 |
| 5391 void V8TestObject::derefObject(void* object) | 5391 void V8TestObject::derefObject(void* object) |
| 5392 { | 5392 { |
| 5393 fromInternalPointer(object)->deref(); | 5393 fromInternalPointer(object)->deref(); |
| 5394 } | 5394 } |
| 5395 | 5395 |
| 5396 } // namespace WebCore | 5396 } // namespace WebCore |
| OLD | NEW |