Bug 93211

Summary: [V8] Replace v8::Handle<v8::Value>() in bindings/v8/* with v8Undefined()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 93095    
Attachments:
Description Flags
Patch
webkit.review.bot: commit-queue-
patch for landing
haraken: commit-queue-
patch for landing none

Description Kentaro Hara 2012-08-05 17:19:06 PDT
We should use v8Undefined() everywhere in V8 bindings.

Replacing v8::Local<v8::Value>() etc with v8Undefined() can cause build errors due to type conversion mismatch. I'll do the replacement in follow-up patches.
Comment 1 Kentaro Hara 2012-08-05 17:21:03 PDT
Created attachment 156576 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-08-07 15:22:51 PDT
Comment on attachment 156576 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2012-08-07 15:59:26 PDT
Comment on attachment 156576 [details]
Patch

Rejecting attachment 156576 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
WebCore/bindings/v8/custom/V8NamedNodeMapCustom.cpp
patching file Source/WebCore/bindings/v8/custom/V8NodeListCustom.cpp
patching file Source/WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp
patching file Source/WebCore/bindings/v8/custom/V8StorageCustom.cpp
patching file Source/WebCore/bindings/v8/custom/V8StyleSheetListCustom.cpp

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Eric Seidel']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13448745
Comment 4 Kentaro Hara 2012-08-07 17:35:48 PDT
Created attachment 157055 [details]
patch for landing
Comment 5 Kentaro Hara 2012-08-07 17:47:10 PDT
Created attachment 157058 [details]
patch for landing
Comment 6 WebKit Review Bot 2012-08-07 21:38:35 PDT
Comment on attachment 157058 [details]
patch for landing

Clearing flags on attachment: 157058

Committed r124981: <http://trac.webkit.org/changeset/124981>