| Index: third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| index ebc5a6bb6481765d184c847cd5d205a4957d1e6c..30fc465fca538c139d281c1e61d7195537fff7bd 100644
|
| --- a/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp
|
| @@ -94,7 +94,7 @@ public:
|
| "visible_iframe.html",
|
| "zero_sized_iframe.html",
|
| };
|
| - for (size_t i = 0; i < arraysize(iframeSupportFiles); ++i) {
|
| + for (size_t i = 0; i < WTF_ARRAY_LENGTH(iframeSupportFiles); ++i) {
|
| RegisterMockedUrl(urlRoot, iframeSupportFiles[i]);
|
| }
|
|
|
|
|