Changeset 209650 in webkit for trunk/Source/JavaScriptCore/bindings/ScriptValue.cpp
- Timestamp:
- Dec 9, 2016, 10:04:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bindings/ScriptValue.cpp
r207229 r209650 54 54 55 55 if (value.isUndefinedOrNull()) 56 return InspectorValue::null(); // FIXME: Why is it OK to turn undefined into null?56 return InspectorValue::null(); 57 57 if (value.isBoolean()) 58 58 return InspectorValue::create(value.asBoolean());
Note:
See TracChangeset
for help on using the changeset viewer.