Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: Source/bindings/tests/idls/TestPromiseResolutionTarget.idl

Issue 78713009: Introduce toV8NoInline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/TestPromiseResolutionTarget.idl
diff --git a/Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl b/Source/bindings/tests/idls/TestPromiseResolutionTarget.idl
similarity index 95%
copy from Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl
copy to Source/bindings/tests/idls/TestPromiseResolutionTarget.idl
index c6aa621f9f2c9c97a0a0fee3d168f71ee5f54ee3..34b574f5c83c6572418a7e388cc2286f94516088 100644
--- a/Source/bindings/tests/idls/TestActiveDOMObjectInterface.idl
+++ b/Source/bindings/tests/idls/TestPromiseResolutionTarget.idl
@@ -29,6 +29,6 @@
*/
[
- ActiveDOMObject,
-] interface TestActiveDOMObjectInterface {
+ PromiseResolutionTarget
+] interface TestPromiseResolutionTarget {
};

Powered by Google App Engine
This is Rietveld 408576698