X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2Fcustom%2FCustomElementMicrotaskQueue.cpp;h=c6af6267a1e2d15c043886ec1810b17d2a50ecde;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=b63a7ecc9e7a8877c75168113e39fa65b9f8191e;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueue.cpp b/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueue.cpp index b63a7ec..c6af626 100644 --- a/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueue.cpp +++ b/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskQueue.cpp @@ -46,9 +46,6 @@ CustomElementMicrotaskStep::Result CustomElementMicrotaskQueue::dispatch() unsigned i; for (i = 0; i < m_queue.size(); ++i) { - // The created callback may schedule entered document - // callbacks. - CustomElementCallbackDispatcher::CallbackDeliveryScope deliveryScope; result = Result(result | m_queue[i]->process()); if (result & CustomElementMicrotaskStep::ShouldStop)