Index: Source/bindings/v8/WrapperTypeInfo.h |
diff --git a/Source/bindings/v8/WrapperTypeInfo.h b/Source/bindings/v8/WrapperTypeInfo.h |
index 3999ecaca044d1d841a4761fedc4a89b7a3db096..5d7fd1538294e15a12e90b4b8daaff65669fac19 100644 |
--- a/Source/bindings/v8/WrapperTypeInfo.h |
+++ b/Source/bindings/v8/WrapperTypeInfo.h |
@@ -34,7 +34,7 @@ |
#include <v8.h> |
namespace WebCore { |
- |
+ |
class ActiveDOMObject; |
class DOMDataStore; |
class EventTarget; |
@@ -76,8 +76,8 @@ namespace WebCore { |
{ |
return reinterpret_cast<WrapperTypeInfo*>(v8::External::Cast(*typeInfoWrapper)->Value()); |
} |
- |
- |
+ |
+ |
bool equals(const WrapperTypeInfo* that) const |
{ |
return this == that; |
@@ -92,15 +92,15 @@ namespace WebCore { |
return false; |
} |
- |
+ |
v8::Handle<v8::FunctionTemplate> getTemplate(v8::Isolate* isolate, WrapperWorldType worldType) { return getTemplateFunction(isolate, worldType); } |
- |
+ |
void derefObject(void* object) |
{ |
- if (derefObjectFunction) |
+ if (derefObjectFunction) |
derefObjectFunction(object); |
} |
- |
+ |
void installPerContextPrototypeProperties(v8::Handle<v8::Object> proto, v8::Isolate* isolate) |
{ |
if (installPerContextPrototypePropertiesFunction) |