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

Unified Diff: Source/modules/speech/DOMWindowSpeechSynthesis.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/modules/quota/StorageQuota.idl ('k') | Source/modules/speech/DOMWindowSpeechSynthesis.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
index d4a95ac4b061f8e597cae558fc998b774a519249..4f2b0752b5fa0730921dd1b0697e08e594acc532 100644
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
@@ -31,22 +31,22 @@
#include "modules/speech/SpeechSynthesis.h"
namespace WebCore {
-
+
class DOMWindow;
class DOMWindowSpeechSynthesis : public Supplement<DOMWindow>, public DOMWindowProperty {
public:
virtual ~DOMWindowSpeechSynthesis();
-
+
static SpeechSynthesis* speechSynthesis(DOMWindow*);
static DOMWindowSpeechSynthesis* from(DOMWindow*);
-
+
private:
explicit DOMWindowSpeechSynthesis(DOMWindow*);
-
+
SpeechSynthesis* speechSynthesis();
static const char* supplementName();
-
+
RefPtr<SpeechSynthesis> m_speechSynthesis;
};
« no previous file with comments | « Source/modules/quota/StorageQuota.idl ('k') | Source/modules/speech/DOMWindowSpeechSynthesis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698