Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index 30f5181bb5bb51a9a418fa878a03d2ddbb698252..315b0dffecd3374e38cac9104c44fc80044ef0d7 100644 |
--- a/webkit/glue/webkit_glue.h |
+++ b/webkit/glue/webkit_glue.h |
@@ -71,7 +71,7 @@ int NumberOfPages(WebKit::WebFrame* web_frame, |
string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive); |
// Returns a dump of the given history state suitable for implementing the |
-// dumpBackForwardList command of the layoutTestController. |
+// dumpBackForwardList command of the testRunner. |
WEBKIT_GLUE_EXPORT string16 DumpHistoryState(const std::string& history_state, |
int indent, |
bool is_current); |