X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2FFontFaceSet.h;h=19a01bcc8eaf316131e723188d98bbc7d06c0fa9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=5e1f54347eac377328ab544cea78e6bdfc728a2e;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/FontFaceSet.h b/src/third_party/WebKit/Source/core/css/FontFaceSet.h index 5e1f543..19a01bc 100644 --- a/src/third_party/WebKit/Source/core/css/FontFaceSet.h +++ b/src/third_party/WebKit/Source/core/css/FontFaceSet.h @@ -26,7 +26,7 @@ #ifndef FontFaceSet_h #define FontFaceSet_h -#include "bindings/v8/ScriptPromise.h" +#include "bindings/core/v8/ScriptPromise.h" #include "core/css/FontFace.h" #include "core/css/FontFaceSetForEachCallback.h" #include "core/dom/ActiveDOMObject.h" @@ -43,7 +43,7 @@ #undef check #endif -namespace WebCore { +namespace blink { class CSSFontFace; class CSSFontFaceSource; @@ -144,7 +144,7 @@ private: bool resolveFontStyle(const String&, Font&); void handlePendingEventsAndPromisesSoon(); void handlePendingEventsAndPromises(); - const ListHashSet >& cssConnectedFontFaceList() const; + const WillBeHeapListHashSet >& cssConnectedFontFaceList() const; bool isCSSConnectedFontFace(FontFace*) const; WillBeHeapHashSet > m_loadingFonts; @@ -152,14 +152,13 @@ private: Vector > m_readyResolvers; FontFaceArray m_loadedFonts; FontFaceArray m_failedFonts; - // FIXME: Oilpan: replace with a HeapListHashSet or HeapLinkedHashSet. - ListHashSet > m_nonCSSConnectedFaces; + WillBeHeapListHashSet > m_nonCSSConnectedFaces; AsyncMethodRunner m_asyncRunner; FontLoadHistogram m_histogram; }; -} // namespace WebCore +} // namespace blink #endif // FontFaceSet_h