| Index: Source/core/html/parser/XSSAuditor.h
 | 
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h
 | 
| index 25e326f10ef2c126e84fc90dbae20171211e5ebf..5249479c630b624b9f2295aab85d198eb8589433 100644
 | 
| --- a/Source/core/html/parser/XSSAuditor.h
 | 
| +++ b/Source/core/html/parser/XSSAuditor.h
 | 
| @@ -86,7 +86,7 @@ private:
 | 
|      bool filterParamToken(const FilterTokenRequest&);
 | 
|      bool filterEmbedToken(const FilterTokenRequest&);
 | 
|      bool filterAppletToken(const FilterTokenRequest&);
 | 
| -    bool filterIframeToken(const FilterTokenRequest&);
 | 
| +    bool filterFrameToken(const FilterTokenRequest&);
 | 
|      bool filterMetaToken(const FilterTokenRequest&);
 | 
|      bool filterBaseToken(const FilterTokenRequest&);
 | 
|      bool filterFormToken(const FilterTokenRequest&);
 | 
| 
 |