v8::Handle<T> is just an alias of v8::Local<T> so, replacing v8::Handle with...
v8::Handle<T> is just an alias of v8::Local<T> so, replacing v8::Handle with v8::Local in src/components BUG=424445 Review URL: https://codereview.chromium.org/693883002 Cr-Commit-Position: refs/heads/master@{#302263}
Showing
Please register or sign in to comment