Ignore:
Timestamp:
Sep 17, 2013, 2:27:21 AM (12 years ago)
Author:
[email protected]
Message:

Remove ContextFeatures.
<https://webkit.org/b/121473>

Reviewed by Antti Koivisto.

This was only used by the chromium port, nobody implements ContextFeaturesClient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/editing/markup.cpp

    r155808 r155938  
    3636#include "CSSValueKeywords.h"
    3737#include "ChildListMutationScope.h"
    38 #include "ContextFeatures.h"
    3938#include "DocumentFragment.h"
    4039#include "DocumentType.h"
     
    726725    RefPtr<DocumentFragment> taggedFragment = createFragmentFromMarkup(document, taggedMarkup.toString(), baseURL, parserContentPolicy);
    727726    RefPtr<Document> taggedDocument = Document::create(0, KURL());
    728     taggedDocument->setContextFeatures(document->contextFeatures());
    729727    taggedDocument->takeAllChildrenFrom(taggedFragment.get());
    730728
Note: See TracChangeset for help on using the changeset viewer.