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

Unified Diff: Source/core/editing/htmlediting.h

Issue 806223002: Remove unused/unneeded code from core/editing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/core/editing/TextCheckingHelper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/htmlediting.h
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
index ffc57e436c4217ba655efe58b5048b658d87f806..1742aa079636252aa08459d7f606ffa11f8b7502 100644
--- a/Source/core/editing/htmlediting.h
+++ b/Source/core/editing/htmlediting.h
@@ -40,7 +40,6 @@ class ExceptionState;
class HTMLBRElement;
class HTMLElement;
class HTMLLIElement;
-class HTMLOListElement;
class HTMLSpanElement;
class HTMLUListElement;
class Node;
@@ -205,7 +204,6 @@ VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
PassRefPtrWillBeRawPtr<HTMLElement> createDefaultParagraphElement(Document&);
PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document&);
-PassRefPtrWillBeRawPtr<HTMLOListElement> createOrderedListElement(Document&);
PassRefPtrWillBeRawPtr<HTMLUListElement> createUnorderedListElement(Document&);
PassRefPtrWillBeRawPtr<HTMLLIElement> createListItemElement(Document&);
PassRefPtrWillBeRawPtr<HTMLElement> createHTMLElement(Document&, const QualifiedName&);
« no previous file with comments | « Source/core/editing/TextCheckingHelper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698