Index: third_party/WebKit/Source/core/mojo/MojoHandle.idl |
diff --git a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl b/third_party/WebKit/Source/core/mojo/MojoHandle.idl |
similarity index 78% |
copy from third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl |
copy to third_party/WebKit/Source/core/mojo/MojoHandle.idl |
index fed2e45bf64b3c779ee89400e15779980fa7fb0a..b538b7edd23f4b89cbd15599c1b6c2080dbd9b82 100644 |
--- a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl |
+++ b/third_party/WebKit/Source/core/mojo/MojoHandle.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 MojoHandle { |
+ MojoResult close(); |
}; |