| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f90376825d2bfd0dd279c1a1b4c11416311a4b0b..aeb99d152a6592574eedb4133a0b3651ce9aeeee 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -50,12 +50,10 @@ class DOMArrayBuffer;
|
| class DOMPoint;
|
| class DictionaryTest;
|
| class Document;
|
| -class DocumentFragment;
|
| class DocumentMarker;
|
| class Element;
|
| class ExceptionState;
|
| class GCObservation;
|
| -class HTMLElement;
|
| class HTMLMediaElement;
|
| class InternalRuntimeFlags;
|
| class InternalSettings;
|
| @@ -65,7 +63,6 @@ class LocalDOMWindow;
|
| class LocalFrame;
|
| class Node;
|
| class Page;
|
| -class PluginPlaceholderOptions;
|
| class PrivateScriptTest;
|
| class Range;
|
| class SerializedScriptValue;
|
| @@ -348,9 +345,6 @@ public:
|
| bool isInCanvasFontCache(Document*, const String&);
|
| unsigned canvasFontCacheMaxFonts();
|
|
|
| - void forcePluginPlaceholder(HTMLElement* plugin, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&);
|
| - void forcePluginPlaceholder(HTMLElement* plugin, const PluginPlaceholderOptions&, ExceptionState&);
|
| -
|
| // Scheudle a forced Blink GC run (Oilpan) at the end of event loop.
|
| // Note: This is designed to be only used from PerformanceTests/BlinkGC to explicitly measure only Blink GC time.
|
| // Normal LayoutTests should use gc() instead as it would trigger both Blink GC and V8 GC.
|
| @@ -375,7 +369,6 @@ public:
|
| bool setScrollbarVisibilityInScrollableArea(Node*, bool visible);
|
|
|
| void forceRestrictIFramePermissions();
|
| -
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|