Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index 1b0ac20482ccac40bacd817476d79b4f2b7b2587..950dad8e023f6ad2e25a0f222b95800744b5e085 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -58,6 +58,7 @@ namespace blink { |
class Frame; |
class OpenedFrameTracker; |
+class Visitor; |
class WebData; |
class WebDataSource; |
class WebDocument; |
@@ -680,6 +681,7 @@ public: |
#if BLINK_IMPLEMENTATION |
static WebFrame* fromFrame(Frame*); |
+ static void traceChildren(Visitor*, WebFrame*); |
#endif |
protected: |