| Index: mojo/bindings/js/core.cc
|
| diff --git a/mojo/bindings/js/core.cc b/mojo/bindings/js/core.cc
|
| index dd46594cd63de50ea6075761c302c05f068b45bc..976a5346140c0253e005fc4dc7a4c5e8fcdf190f 100644
|
| --- a/mojo/bindings/js/core.cc
|
| +++ b/mojo/bindings/js/core.cc
|
| @@ -220,10 +220,6 @@ v8::Local<v8::Value> Core::GetModule(v8::Isolate* isolate) {
|
| .SetMethod("writeData", WriteData)
|
| .SetMethod("readData", ReadData)
|
|
|
| - // TODO(vtl): Change name of "kInvalidHandle", now that there's no such
|
| - // C++ constant?
|
| - .SetValue("kInvalidHandle", mojo::Handle())
|
| -
|
| .SetValue("RESULT_OK", MOJO_RESULT_OK)
|
| .SetValue("RESULT_CANCELLED", MOJO_RESULT_CANCELLED)
|
| .SetValue("RESULT_UNKNOWN", MOJO_RESULT_UNKNOWN)
|
|
|