Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementProcessingStack.h
index 551ce97..742d3d5 100644 (file)
@@ -36,8 +36,6 @@
 
 namespace blink {
 
-class CustomElementScheduler;
-
 class CustomElementProcessingStack {
     WTF_MAKE_NONCOPYABLE(CustomElementProcessingStack);
 public:
@@ -100,6 +98,6 @@ private:
     Vector<CustomElementCallbackQueue*> m_flattenedProcessingStack;
 };
 
-}
+} // namespace blink
 
 #endif // CustomElementProcessingStack_h