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

Unified Diff: samples/polymer_intl/test/polymer_intl_test.html

Issue 329923002: Remove platform.js from polymer.html, hint in the linter that it should be used (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months 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: samples/polymer_intl/test/polymer_intl_test.html
diff --git a/samples/polymer_intl/test/polymer_intl_test.html b/samples/polymer_intl/test/polymer_intl_test.html
index 17f4683fe58ad6de1919249f33bca322dc0e0127..473873d7398c266645ba20b06181edcdc992b544 100644
--- a/samples/polymer_intl/test/polymer_intl_test.html
+++ b/samples/polymer_intl/test/polymer_intl_test.html
@@ -9,7 +9,8 @@ BSD-style license that can be found in the LICENSE file.
<!--polymer-test: this comment is needed for test_suite.dart-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <link rel="import" href="packages/polymer/polymer.html">
+ <script src="packages/web_components/platform.js"></script>
+ <script src="packages/web_components/dart_support.js"></script>
<link rel="import" href="../web/localized.html">
<script src="/root_dart/tools/testing/dart/test_controller.js"></script>
<title>Localized Polymer Element Test</title>

Powered by Google App Engine
This is Rietveld 408576698