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

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

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index ad684d4e0dd360eb4d6dfe75fad965001975c623..dafc0d19cd8fc6653453c0f7188a27efc9ca8b49 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -32,6 +32,7 @@
#include "bindings/core/v8/ScriptValue.h"
#include "core/css/CSSComputedStyleDeclaration.h"
#include "core/dom/ContextLifecycleObserver.h"
+#include "core/dom/SomeDictionaryUser.h"
#include "core/page/scrolling/ScrollingCoordinator.h"
#include "platform/heap/Handle.h"
#include "wtf/ArrayBuffer.h"
@@ -318,6 +319,7 @@ public:
unsigned countHitRegions(CanvasRenderingContext2D*);
+ PassRefPtrWillBeRawPtr<SomeDictionaryUser> someDictionaryUser();
private:
explicit Internals(Document*);
Document* contextDocument() const;
@@ -328,6 +330,8 @@ private:
DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags;
RefPtrWillBeMember<InternalProfilers> m_profilers;
+
+ RefPtrWillBeMember<SomeDictionaryUser> m_someDictionaryUser;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698