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

Unified Diff: Source/bindings/v8/V8PerIsolateData.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
« no previous file with comments | « Source/bindings/v8/V8PerContextData.cpp ('k') | Source/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8PerIsolateData.h
diff --git a/Source/bindings/v8/V8PerIsolateData.h b/Source/bindings/v8/V8PerIsolateData.h
index 5423e7de8eabeddcb7d2299ba1f2362dfed82513..830ae6edc37cfafb5d28bccaa7388331c0e11d9b 100644
--- a/Source/bindings/v8/V8PerIsolateData.h
+++ b/Source/bindings/v8/V8PerIsolateData.h
@@ -59,7 +59,7 @@ public:
{
ASSERT(isolate);
ASSERT(isolate->GetData());
- return static_cast<V8PerIsolateData*>(isolate->GetData());
+ return static_cast<V8PerIsolateData*>(isolate->GetData());
}
static void dispose(v8::Isolate*);
@@ -94,7 +94,7 @@ public:
V8HiddenPropertyName* hiddenPropertyName() { return m_hiddenPropertyName.get(); }
- void registerDOMDataStore(DOMDataStore* domDataStore)
+ void registerDOMDataStore(DOMDataStore* domDataStore)
{
ASSERT(m_domDataList.find(domDataStore) == notFound);
m_domDataList.append(domDataStore);
« no previous file with comments | « Source/bindings/v8/V8PerContextData.cpp ('k') | Source/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698