Commit acccd58b authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[bindings] Fix comment typo in V8DOMWrapper

No-try: true
Change-Id: I02b469facfa82771c934d590ae66c36018bd4de2
Reviewed-on: https://chromium-review.googlesource.com/1156594Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579413}
parent e86a32b2
...@@ -94,7 +94,7 @@ bool V8DOMWrapper::HasInternalFieldsSet(v8::Local<v8::Value> value) { ...@@ -94,7 +94,7 @@ bool V8DOMWrapper::HasInternalFieldsSet(v8::Local<v8::Value> value) {
if (object->InternalFieldCount() < kV8DefaultWrapperInternalFieldCount) if (object->InternalFieldCount() < kV8DefaultWrapperInternalFieldCount)
return false; return false;
// The untrusted wrappable can either be ScriptWrappable or CustomWrappable. // The untyped wrappable can either be ScriptWrappable or CustomWrappable.
const void* untrused_wrappable = ToUntypedWrappable(object); const void* untrused_wrappable = ToUntypedWrappable(object);
const WrapperTypeInfo* untrusted_wrapper_type_info = const WrapperTypeInfo* untrusted_wrapper_type_info =
ToWrapperTypeInfo(object); ToWrapperTypeInfo(object);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment