Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementCallbackDispatcher.h
index e1e637c..3e505c8 100644 (file)
@@ -63,10 +63,11 @@ public:
         size_t m_savedElementQueueStart;
     };
 
+    static bool inCallbackDeliveryScope() { return s_elementQueueStart; }
+
 protected:
     friend class CustomElementScheduler;
     static CustomElementCallbackDispatcher& instance();
-    static bool inCallbackDeliveryScope() { return s_elementQueueStart; }
     void enqueue(CustomElementCallbackQueue*);
 
 private: