| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 153b217831aee113558704aaac20010da6033aa9..fc7a4f89417ca2cbe8a1c7eac1e7aa1ea0579ead 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -305,7 +305,7 @@ unsigned Internals::needsLayoutCount(ExceptionState& exceptionState) const
|
| bool isPartial;
|
| unsigned needsLayoutObjects;
|
| unsigned totalObjects;
|
| - contextFrame->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
|
| + contextFrame->view()->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
|
| return needsLayoutObjects;
|
| }
|
|
|
|
|