| Index: Source/platform/PlatformResourceLoader.cpp
|
| diff --git a/Source/platform/PlatformResourceLoader.cpp b/Source/platform/PlatformResourceLoader.cpp
|
| index 580306d2f85e4c51f4e088f2f4dfc43ca349682d..13b21aa69598fd37a345cffc1c80e3f8f273a376 100644
|
| --- a/Source/platform/PlatformResourceLoader.cpp
|
| +++ b/Source/platform/PlatformResourceLoader.cpp
|
| @@ -14,7 +14,7 @@
|
| {
|
| const WebData& resourceData = Platform::current()->loadResource(resource);
|
| String dataString(resourceData.data(), resourceData.size());
|
| - RELEASE_ASSERT(!dataString.isEmpty() && dataString.containsOnlyASCII());
|
| + ASSERT(!dataString.isEmpty() && dataString.containsOnlyASCII());
|
| return dataString;
|
| }
|
|
|
|
|