OSDN Git Service

Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS callbacks to...
authorAndrei Popescu <andreip@google.com>
Thu, 6 Aug 2009 14:25:07 +0000 (15:25 +0100)
committerAndrei Popescu <andreip@google.com>
Thu, 6 Aug 2009 15:18:42 +0000 (16:18 +0100)
commit1a8fe8ee97a14e44298afb328919b5652277a223
treee90c3b097b8aeb1aed4130c5a3d0088f31ee2d02
parentcc42ddfc59bb9fa5aa3b916a27f682fa6fb128a0
Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS callbacks to let the JS application know when something interesting happens. These entry points into V8 are denoted by "handleEvent" methods and need to be protected as well.
WebCore/bindings/v8/ScriptController.cpp
WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLTransactionCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
WebCore/bindings/v8/custom/V8CustomVoidCallback.cpp