summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLViewSourceDocument.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit9364f22aed35e1a1e9d07c121510f80be3ab0502 (patch)
treed49911209b132da58d838efa852daf28d516df21 /WebCore/html/HTMLViewSourceDocument.h
parent87eb0cb35bad8784770ebc807e6c982432e47107 (diff)
downloadexternal_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.zip
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.gz
external_webkit-9364f22aed35e1a1e9d07c121510f80be3ab0502.tar.bz2
Initial Contribution
Diffstat (limited to 'WebCore/html/HTMLViewSourceDocument.h')
-rw-r--r--WebCore/html/HTMLViewSourceDocument.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLViewSourceDocument.h b/WebCore/html/HTMLViewSourceDocument.h
index 4d83550..efbbf9e 100644
--- a/WebCore/html/HTMLViewSourceDocument.h
+++ b/WebCore/html/HTMLViewSourceDocument.h
@@ -28,7 +28,6 @@
namespace WebCore {
-class DoctypeToken;
class Token;
class HTMLViewSourceDocument : public HTMLDocument
@@ -40,8 +39,7 @@ public:
void addViewSourceToken(Token*); // Used by the HTML tokenizer.
void addViewSourceText(const String&); // Used by the plaintext tokenizer.
- void addViewSourceDoctypeToken(DoctypeToken*);
-
+
private:
void createContainingTable();
Element* addSpanWithClassName(const String&);