Chromium Code Reviews| Index: Source/bindings/dart/DartScriptValue.h |
| diff --git a/Source/bindings/dart/DartScriptValue.h b/Source/bindings/dart/DartScriptValue.h |
| index f099e2a3930da699fca9e9bf3c22325638d3a37b..6c8db56691b2d0d5ccd2f2b35d898e63681ffe68 100644 |
| --- a/Source/bindings/dart/DartScriptValue.h |
| +++ b/Source/bindings/dart/DartScriptValue.h |
| @@ -103,7 +103,7 @@ public: |
| bool isUndefined() const |
| { |
| ASSERT(!isEmpty()); |
| - return false; |
| + return Dart_IsNull(m_value); |
| } |
| bool isObject() const |