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

Unified Diff: Source/core/html/parser/HTMLTreeBuilder.h

Issue 1306323003: Remove declarations of HTMLTreeBuilder::processIsindexStartTagForInBody and attributesForIsindexInp… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLTreeBuilder.h
diff --git a/Source/core/html/parser/HTMLTreeBuilder.h b/Source/core/html/parser/HTMLTreeBuilder.h
index 8cc1db65bb2ff2dd08b3f57d15d56800d1942adb..e6eb94be0915e77098ac7f73d77c65b23fe33e3a 100644
--- a/Source/core/html/parser/HTMLTreeBuilder.h
+++ b/Source/core/html/parser/HTMLTreeBuilder.h
@@ -135,7 +135,6 @@ private:
void processEndTagForInRow(AtomicHTMLToken*);
void processEndTagForInCell(AtomicHTMLToken*);
- void processIsindexStartTagForInBody(AtomicHTMLToken*);
void processHtmlStartTagForInBody(AtomicHTMLToken*);
bool processBodyEndTagForInBody(AtomicHTMLToken*);
bool processTableEndTagForInTable();
@@ -171,8 +170,6 @@ private:
inline bool shouldProcessTokenInForeignContent(AtomicHTMLToken*);
void processTokenInForeignContent(AtomicHTMLToken*);
- Vector<Attribute> attributesForIsindexInput(AtomicHTMLToken*);
-
void callTheAdoptionAgency(AtomicHTMLToken*);
void closeTheCell();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698