X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2FNamedFlowCollection.h;h=881cd5dcecaa1788163aba25dda089b1c68ac05f;hb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;hp=f9c4b9cb446bf4013fb46d5146fac7855d9e008d;hpb=172ee7c03df346ff158858709f7f6494e695e0e4;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/NamedFlowCollection.h b/src/third_party/WebKit/Source/core/dom/NamedFlowCollection.h index f9c4b9c..881cd5d 100644 --- a/src/third_party/WebKit/Source/core/dom/NamedFlowCollection.h +++ b/src/third_party/WebKit/Source/core/dom/NamedFlowCollection.h @@ -43,13 +43,13 @@ namespace WebCore { class Document; class DOMNamedFlowCollection; -class NamedFlowCollection : public RefCounted, public DocumentLifecycleObserver { +class NamedFlowCollection FINAL : public RefCounted, public DocumentLifecycleObserver { public: static PassRefPtr create(Document* doc) { return adoptRef(new NamedFlowCollection(doc)); } Vector > namedFlows(); - NamedFlow* flowByName(const String&); - PassRefPtr ensureFlowWithName(const String&); + NamedFlow* flowByName(const AtomicString&); + PassRefPtr ensureFlowWithName(const AtomicString&); void discardNamedFlow(NamedFlow*);