X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2Fcustom%2FCustomElementProcessingStack.h;h=742d3d536b83e398bead9933f00c2f4a27210c6e;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=551ce97a87d1a06feb3d5f17b8ddb50ea5fa215d;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.h b/src/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.h index 551ce97..742d3d5 100644 --- a/src/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.h +++ b/src/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.h @@ -36,8 +36,6 @@ namespace blink { -class CustomElementScheduler; - class CustomElementProcessingStack { WTF_MAKE_NONCOPYABLE(CustomElementProcessingStack); public: @@ -100,6 +98,6 @@ private: Vector m_flattenedProcessingStack; }; -} +} // namespace blink #endif // CustomElementProcessingStack_h