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

Unified Diff: third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp

Issue 2861673007: Add Origin Trial layout tests for IDL bindings (Closed)
Patch Set: Fix compile errors Created 3 years, 7 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: third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp
diff --git a/third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp b/third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp
index d2e920b032331acaa0b07fcc9bbedeaef7e2cfdb..52d08db5dac7db3714a6fdeefa11a4c23e1fed38 100644
--- a/third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp
+++ b/third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp
@@ -11,15 +11,6 @@
namespace blink {
-bool OriginTrialsTest::normalAttribute() {
- return true;
-}
-
-// static
-bool OriginTrialsTest::staticAttribute() {
- return true;
-}
-
bool OriginTrialsTest::throwingAttribute(ScriptState* script_state,
ExceptionState& exception_state) {
String error_message;
@@ -33,10 +24,6 @@ bool OriginTrialsTest::throwingAttribute(ScriptState* script_state,
return unconditionalAttribute();
}
-bool OriginTrialsTest::unconditionalAttribute() {
- return true;
-}
-
DEFINE_TRACE(OriginTrialsTest) {}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/testing/OriginTrialsTest.h ('k') | third_party/WebKit/Source/core/testing/OriginTrialsTest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698