Title: [128857] trunk/Source/_javascript_Core
Revision
128857
Author
[email protected]
Date
2012-09-18 00:29:03 -0700 (Tue, 18 Sep 2012)

Log Message

Unreviewed, fix sloppy English in comment.

* runtime/JSGlobalObject.cpp:
(JSC):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (128856 => 128857)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-18 07:28:23 UTC (rev 128856)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-18 07:29:03 UTC (rev 128857)
@@ -1,3 +1,10 @@
+2012-09-18  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix sloppy English in comment.
+
+        * runtime/JSGlobalObject.cpp:
+        (JSC):
+
 2012-09-17  Csaba Osztrogonác  <[email protected]>
 
         Unreviewed, rolling out r128826 and r128813.

Modified: trunk/Source/_javascript_Core/runtime/JSGlobalObject.cpp (128856 => 128857)


--- trunk/Source/_javascript_Core/runtime/JSGlobalObject.cpp	2012-09-18 07:28:23 UTC (rev 128856)
+++ trunk/Source/_javascript_Core/runtime/JSGlobalObject.cpp	2012-09-18 07:29:03 UTC (rev 128857)
@@ -370,7 +370,7 @@
     
     // We only want to have a bad time in the affected global object, not in the entire
     // VM. But we have to be careful, since there may be objects that claim to belong to
-    // a different global object that has prototypes from our global object.
+    // a different global object that have prototypes from our global object.
     bool foundGlobalObject = false;
     for (JSObject* current = object; ;) {
         if (current->unwrappedGlobalObject() == m_globalObject) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to