| Index: Source/core/html/HTMLShadowElement.cpp
|
| diff --git a/Source/core/html/HTMLShadowElement.cpp b/Source/core/html/HTMLShadowElement.cpp
|
| index d44d71b741f2655515a78d3bf4bbb234b4374fc9..41d373efdf07525c402d5804b7ba1d5d56420c2a 100644
|
| --- a/Source/core/html/HTMLShadowElement.cpp
|
| +++ b/Source/core/html/HTMLShadowElement.cpp
|
| @@ -32,6 +32,7 @@
|
| #include "core/html/HTMLShadowElement.h"
|
|
|
| #include "core/HTMLNames.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
|
|
| namespace WebCore {
|
|
|