| Index: mojo/public/js/new_bindings/connector.js
|
| diff --git a/mojo/public/js/new_bindings/connector.js b/mojo/public/js/new_bindings/connector.js
|
| index 2fd40b81ca1fddea1ce8c9ecd842bb5a76c1c1ff..5acba5f804d150145e9a1906153530f2310eeb80 100644
|
| --- a/mojo/public/js/new_bindings/connector.js
|
| +++ b/mojo/public/js/new_bindings/connector.js
|
| @@ -82,11 +82,6 @@
|
| this.errorHandler_ = handler;
|
| };
|
|
|
| - Connector.prototype.waitForNextMessageForTesting = function() {
|
| - // TODO(yzshen): Change the tests that use this method.
|
| - throw new Error("Not supported!");
|
| - };
|
| -
|
| Connector.prototype.readMore_ = function(result) {
|
| for (;;) {
|
| if (this.paused_) {
|
|
|