| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index 38f2a31aa2e8db7f95f088c12eac3b8caa3b5613..8531d468b311155246768f41b32e832367da777a 100644
|
| --- a/Source/core/frame/DOMWindow.h
|
| +++ b/Source/core/frame/DOMWindow.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef DOMWindow_h
|
| +#define DOMWindow_h
|
| +
|
| namespace blink {
|
|
|
| class ScriptWrappable;
|
| @@ -19,3 +22,5 @@ public:
|
| };
|
|
|
| } // namespace blink
|
| +
|
| +#endif // DOMWindow_h
|
|
|