| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index e5a92ac33112db082e8e8a63776fe836bd2a74e4..2474cfba03bad1b9152b6cec7118d080b71a8aa1 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -57,7 +57,6 @@ class ExecutionContext;
|
| class GCObservation;
|
| class HTMLElement;
|
| class HTMLMediaElement;
|
| -class InternalProfilers;
|
| class InternalRuntimeFlags;
|
| class InternalSettings;
|
| class Iterator;
|
| @@ -208,7 +207,6 @@ public:
|
|
|
| InternalSettings* settings() const;
|
| InternalRuntimeFlags* runtimeFlags() const;
|
| - InternalProfilers* profilers();
|
| unsigned workerThreadCount() const;
|
|
|
| void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionState&);
|
| @@ -343,7 +341,6 @@ private:
|
|
|
| DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
|
| Member<InternalRuntimeFlags> m_runtimeFlags;
|
| - Member<InternalProfilers> m_profilers;
|
| };
|
|
|
| } // namespace blink
|
|
|