Chromium Code Reviews
Description[extensions] added checks that function is not empty
ModuleSystem::GetModuleFunction function can return empty v8::Local<v8::Function> if condition in first if inside of this function is false. Then invocation of any methods on this local object will produce a crash, e.g. crbug.com/657561.
BUG=657561
R=rdevlin.cronin@chromium.org
Committed: https://crrev.com/dedd489499fb5b7b47fdd29fef13ffaee2f42dcd
Cr-Commit-Position: refs/heads/master@{#435750}
Patch Set 1 #
Total comments: 2
Patch Set 2 : addressed comments #Messages
Total messages: 12 (6 generated)
|