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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2576753002: Remove some more private script related things (Closed)
Patch Set: Created 4 years 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/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index add6d5e18e687c9d3e778ad035c0a6ee35cffbec..054a84507c15a0ff928d2fc2dfe625e93416a0c2 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -66,7 +66,6 @@ class Location;
class Node;
class OriginTrialsTest;
class Page;
-class PrivateScriptTest;
class Range;
class SerializedScriptValue;
class ShadowRoot;
@@ -379,7 +378,6 @@ class Internals final : public GarbageCollected<Internals>,
const String& scheme);
TypeConversions* typeConversions() const;
- PrivateScriptTest* privateScriptTest() const;
DictionaryTest* dictionaryTest() const;
UnionTypesTest* unionTypesTest() const;
OriginTrialsTest* originTrialsTest() const;

Powered by Google App Engine
This is Rietveld 408576698