| 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 20 matching lines...) Expand all  Loading... | 
| 31 #include "bindings/v8/ScriptController.h" | 31 #include "bindings/v8/ScriptController.h" | 
| 32 #include "bindings/v8/V8Binding.h" | 32 #include "bindings/v8/V8Binding.h" | 
| 33 #include "bindings/v8/V8DOMConfiguration.h" | 33 #include "bindings/v8/V8DOMConfiguration.h" | 
| 34 #include "bindings/v8/V8DOMWrapper.h" | 34 #include "bindings/v8/V8DOMWrapper.h" | 
| 35 #include "bindings/v8/V8ObjectConstructor.h" | 35 #include "bindings/v8/V8ObjectConstructor.h" | 
| 36 #include "core/dom/ContextFeatures.h" | 36 #include "core/dom/ContextFeatures.h" | 
| 37 #include "core/dom/Document.h" | 37 #include "core/dom/Document.h" | 
| 38 #include "core/page/Frame.h" | 38 #include "core/page/Frame.h" | 
| 39 #include "core/platform/chromium/TraceEvent.h" | 39 #include "core/platform/chromium/TraceEvent.h" | 
| 40 #include "wtf/GetPtr.h" | 40 #include "wtf/GetPtr.h" | 
| 41 #include "wtf/RefCounted.h" |  | 
| 42 #include "wtf/RefPtr.h" | 41 #include "wtf/RefPtr.h" | 
| 43 #include "wtf/UnusedParam.h" | 42 #include "wtf/UnusedParam.h" | 
| 44 | 43 | 
| 45 namespace WebCore { | 44 namespace WebCore { | 
| 46 | 45 | 
| 47 static void initializeScriptWrappableForInterface(TestInterface* object) | 46 static void initializeScriptWrappableForInterface(TestInterface* object) | 
| 48 { | 47 { | 
| 49     if (ScriptWrappable::wrapperCanBeStoredInObject(object)) | 48     if (ScriptWrappable::wrapperCanBeStoredInObject(object)) | 
| 50         ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface::info); | 49         ScriptWrappable::setTypeInfoInObject(object, &V8TestInterface::info); | 
| 51     else | 50     else | 
| (...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1285     return wrapper; | 1284     return wrapper; | 
| 1286 } | 1285 } | 
| 1287 void V8TestInterface::derefObject(void* object) | 1286 void V8TestInterface::derefObject(void* object) | 
| 1288 { | 1287 { | 
| 1289     fromInternalPointer(object)->deref(); | 1288     fromInternalPointer(object)->deref(); | 
| 1290 } | 1289 } | 
| 1291 | 1290 | 
| 1292 } // namespace WebCore | 1291 } // namespace WebCore | 
| 1293 | 1292 | 
| 1294 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 1293 #endif // ENABLE(Condition1) || ENABLE(Condition2) | 
| OLD | NEW | 
|---|