Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index 37d4f7efab0f4638a0e830bf2ac87dbef1ef4ed7..db16d44269c2aa677d7739688a7296f61693ca07 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -2006,11 +2006,14 @@ public: |
{ |
} |
- virtual void didCreateFrame(WebFrame* parent, WebFrame* child) |
+ virtual WebFrame* didCreateFrame(WebString name) |
{ |
m_frameCount++; |
+ /* |
if (!m_parent) |
m_parent = parent; |
+ */ |
+ return 0; |
} |
int m_frameCount; |