| Index: Source/web/WebLocalFrameImpl.h | 
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h | 
| index 4423fb12b38e096a9bb2983ddd0b51a9bf2c17d8..ba9ca8a5c18f6173263de70faa1fe621ce2d269a 100644 | 
| --- a/Source/web/WebLocalFrameImpl.h | 
| +++ b/Source/web/WebLocalFrameImpl.h | 
| @@ -336,7 +336,7 @@ private: | 
| OwnPtr<SharedWorkerRepositoryClientImpl> m_sharedWorkerRepositoryClient; | 
|  | 
| // Will be initialized after first call to find() or scopeStringMatches(). | 
| -    OwnPtr<TextFinder> m_textFinder; | 
| +    OwnPtrWillBeMember<TextFinder> m_textFinder; | 
|  | 
| // Valid between calls to BeginPrint() and EndPrint(). Containts the print | 
| // information. Is used by PrintPage(). | 
|  |