Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: Source/bindings/v8/WrapperTypeInfo.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « Source/bindings/v8/WorkerScriptDebugServer.cpp ('k') | Source/bindings/v8/custom/V8AudioBufferSourceNodeCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698