| Index: Source/platform/text/BidiResolverTest.cpp
|
| diff --git a/Source/platform/text/BidiResolverTest.cpp b/Source/platform/text/BidiResolverTest.cpp
|
| index c7a73c94cc4eb39610546d02df96da9e1779dbf7..572c83c92b15de209df7a6535d1d91fe8f8cb97c 100644
|
| --- a/Source/platform/text/BidiResolverTest.cpp
|
| +++ b/Source/platform/text/BidiResolverTest.cpp
|
| @@ -212,7 +212,7 @@ TEST(BidiResolver, BidiTest_txt)
|
| // This code wants to use PathService from base/path_service.h
|
| // but we aren't allowed to depend on base/ directly from Blink yet.
|
| // Alternatively we could use:
|
| - // WebKit::Platform::current()->unitTestSupport()->webKitRootDir()
|
| + // blink::Platform::current()->unitTestSupport()->webKitRootDir()
|
| // and a relative path, but that would require running inside
|
| // webkit_unit_tests (to have a functioning Platform object).
|
| // The file we want is:
|
|
|