Index: third_party/WebKit/Source/core/testing/WorkerInternals.h |
diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.h b/third_party/WebKit/Source/core/testing/WorkerInternals.h |
index 8ff28584f8e5a0113265a17a2757f2a5edade293..3558f76c2e2e81d1a842709d51fcf627a7b9fbd7 100644 |
--- a/third_party/WebKit/Source/core/testing/WorkerInternals.h |
+++ b/third_party/WebKit/Source/core/testing/WorkerInternals.h |
@@ -11,11 +11,14 @@ |
namespace blink { |
+class OriginTrialsTest; |
+ |
class WorkerInternals final : public GarbageCollectedFinalized<WorkerInternals>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static WorkerInternals* create(ScriptState*); |
virtual ~WorkerInternals(); |
+ OriginTrialsTest* originTrialsTest() const; |
DEFINE_INLINE_TRACE() {} |
private: |