| Index: third_party/WebKit/Source/core/editing/serializers/Serialization.h
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/Serialization.h b/third_party/WebKit/Source/core/editing/serializers/Serialization.h
|
| index 1fae14dd0ba9faf40e5fa9930bedc0b918614c2f..2fc96994d1ba70c163dbe896a591801975b67e2e 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/Serialization.h
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/Serialization.h
|
| @@ -42,7 +42,6 @@ class Document;
|
| class DocumentFragment;
|
| class Element;
|
| class ExceptionState;
|
| -class KURL;
|
| class Node;
|
| class Range;
|
| class StylePropertySet;
|
| @@ -70,7 +69,6 @@ CORE_EXPORT String createMarkup(const Node*, EChildrenOnly = IncludeNode, EAbsol
|
| CORE_EXPORT String createMarkup(const Position& start, const Position& end, EAnnotateForInterchange = DoNotAnnotateForInterchange, ConvertBlocksToInlines = ConvertBlocksToInlines::NotConvert, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
| CORE_EXPORT String createMarkup(const PositionInFlatTree& start, const PositionInFlatTree& end, EAnnotateForInterchange = DoNotAnnotateForInterchange, ConvertBlocksToInlines = ConvertBlocksToInlines::NotConvert, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
|
|
| -String urlToMarkup(const KURL&, const String& title);
|
| void mergeWithNextTextNode(Text*, ExceptionState&);
|
|
|
| bool propertyMissingOrEqualToNone(StylePropertySet*, CSSPropertyID);
|
|
|