Index: Source/core/html/HTMLMarqueeElement.h |
diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h |
index ad498598a7a32b476fb0dabf75183291f89141ce..0ca06ac19916cd90d812f8b0242ef6f2f42d2ea6 100644 |
--- a/Source/core/html/HTMLMarqueeElement.h |
+++ b/Source/core/html/HTMLMarqueeElement.h |
@@ -40,16 +40,16 @@ public: |
void start(); |
void stop(); |
- |
+ |
int scrollAmount() const; |
void setScrollAmount(int, ExceptionCode&); |
- |
+ |
int scrollDelay() const; |
void setScrollDelay(int, ExceptionCode&); |
- |
+ |
int loop() const; |
void setLoop(int, ExceptionCode&); |
- |
+ |
private: |
HTMLMarqueeElement(const QualifiedName&, Document*); |