Commit b107a017 authored by bashi@chromium.org's avatar bashi@chromium.org

Remove unused Dictionary forward declaration and include

It seems that these are leftovers when I replaced Dictionary
with IDL dictionaries. Added a forward declaration in
Element.h instead (which is actually using Dictionary).

Review URL: https://codereview.chromium.org/723473002

git-svn-id: svn://svn.chromium.org/blink/trunk@185197 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8290c0c4
......@@ -48,6 +48,7 @@ class ClientRectList;
class CustomElementDefinition;
class DOMStringMap;
class DOMTokenList;
class Dictionary;
class Document;
class ElementRareData;
class ElementShadow;
......
......@@ -42,7 +42,6 @@
namespace blink {
class Dictionary;
class ExceptionState;
class MutationCallback;
class MutationObserver;
......
......@@ -5,7 +5,6 @@
#ifndef HitRegion_h
#define HitRegion_h
#include "bindings/core/v8/Dictionary.h"
#include "core/dom/Element.h"
#include "core/html/canvas/HitRegionOptions.h"
#include "platform/graphics/Path.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment