Ignore:
Timestamp:
Sep 18, 2012, 12:29:03 AM (13 years ago)
Author:
[email protected]
Message:

Unreviewed, fix sloppy English in comment.

  • runtime/JSGlobalObject.cpp:

(JSC):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp

    r128851 r128857  
    371371    // We only want to have a bad time in the affected global object, not in the entire
    372372    // VM. But we have to be careful, since there may be objects that claim to belong to
    373     // a different global object that has prototypes from our global object.
     373    // a different global object that have prototypes from our global object.
    374374    bool foundGlobalObject = false;
    375375    for (JSObject* current = object; ;) {
Note: See TracChangeset for help on using the changeset viewer.