Changeset 29975 in webkit


Ignore:
Timestamp:
Feb 4, 2008 1:38:27 PM (16 years ago)
Author:
Darin Adler
Message:

Suggested by Geoff and Maciej.

  • bindings/js/JSCustomSQLTransactionCallback.cpp: Reworded a misleading comment to be correct.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r29974 r29975  
     12008-02-04  Darin Adler  <darin@apple.com>
     2
     3        Suggested by Geoff and Maciej.
     4
     5        * bindings/js/JSCustomSQLTransactionCallback.cpp: Reworded a misleading
     6        comment to be correct.
     7
    182008-02-04  Jon Honeycutt  <jhoneycutt@apple.com>
    29
  • trunk/WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp

    r29966 r29975  
    6262//
    6363//     1) Can't deref a Frame on a non-main thread.
    64 //     2) Unprotecting the JSObject on a non-main thread would put JavaScript into
    65 //        its slower multi-thread mode and we don't want to do that unnecessarily.
     64//     2) Unprotecting the JSObject on a non-main thread would register that thread
     65//        for JavaScript garbage collection, which could unnecessarily slow things down.
    6666
    6767class JSCustomSQLTransactionCallback::Data {
Note: See TracChangeset for help on using the changeset viewer.