Index: third_party/WebKit/Source/core/mojo/MojoWatcher.idl |
diff --git a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl b/third_party/WebKit/Source/core/mojo/MojoWatcher.idl |
similarity index 77% |
copy from third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl |
copy to third_party/WebKit/Source/core/mojo/MojoWatcher.idl |
index fed2e45bf64b3c779ee89400e15779980fa7fb0a..ee9ea27b4e581d1bdebb44f5fddb656be9f3616b 100644 |
--- a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl |
+++ b/third_party/WebKit/Source/core/mojo/MojoWatcher.idl |
@@ -2,5 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-interface DeathAwareScriptWrappable { |
+interface MojoWatcher { |
+ MojoResult cancel(); |
}; |