Title: [167791] trunk/Source/WebCore/loader/FrameLoader.cpp
- Revision
- 167791
- Author
- [email protected]
- Date
- 2014-04-24 23:02:42 -0700 (Thu, 24 Apr 2014)
Log Message
Fix typo in comment from last check-in
Modified Paths
Diff
Modified: trunk/Source/WebCore/loader/FrameLoader.cpp (167790 => 167791)
--- trunk/Source/WebCore/loader/FrameLoader.cpp 2014-04-25 06:01:34 UTC (rev 167790)
+++ trunk/Source/WebCore/loader/FrameLoader.cpp 2014-04-25 06:02:42 UTC (rev 167791)
@@ -816,7 +816,7 @@
return;
// Important not to protect earlier in this function, because earlier parts
- // of this function can be called the frame's destructor, and it's not legal
+ // of this function can be called in the frame's destructor, and it's not legal
// to ref an object while it's being destroyed.
Ref<Frame> protect(m_frame);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes