| Index: Source/bindings/core/v8/Dictionary.h
|
| diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
|
| index 9dd48a51cf3f32f0d1cbd3234224365739aaf562..9a7f58a617ffb2a6b47707102ce0644880291614 100644
|
| --- a/Source/bindings/core/v8/Dictionary.h
|
| +++ b/Source/bindings/core/v8/Dictionary.h
|
| @@ -43,9 +43,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Element;
|
| -class Path2D;
|
| -
|
| // Dictionary class provides ways to retrieve property values as C++ objects
|
| // from a V8 object. Instances of this class must not outlive V8's handle scope
|
| // because they hold a V8 value without putting it on persistent handles.
|
|
|