| Index: Source/platform/LayoutTestSupport.h
|
| diff --git a/Source/core/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h
|
| similarity index 92%
|
| rename from Source/core/platform/LayoutTestSupport.h
|
| rename to Source/platform/LayoutTestSupport.h
|
| index 48aa2191ad4df5c95768a54a724d1ba8314d5b86..ce59bcb6ded1a67d595d872f5effa89d2ac8921e 100644
|
| --- a/Source/core/platform/LayoutTestSupport.h
|
| +++ b/Source/platform/LayoutTestSupport.h
|
| @@ -31,10 +31,12 @@
|
| #ifndef LayoutTestSupport_h
|
| #define LayoutTestSupport_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| +
|
| namespace WebCore {
|
|
|
| -bool isRunningLayoutTest();
|
| -void setIsRunningLayoutTest(bool);
|
| +PLATFORM_EXPORT bool isRunningLayoutTest();
|
| +PLATFORM_EXPORT void setIsRunningLayoutTest(bool);
|
|
|
| } // namespace WebCore
|
|
|
|
|