| Index: Source/core/html/parser/XSSAuditor.h
|
| diff --git a/Source/core/html/parser/XSSAuditor.h b/Source/core/html/parser/XSSAuditor.h
|
| index 82be346c90eb7ecd37f18a605b99dd12684d8a9b..07e84659d72546b134f532d336a2a0675759d90d 100644
|
| --- a/Source/core/html/parser/XSSAuditor.h
|
| +++ b/Source/core/html/parser/XSSAuditor.h
|
| @@ -59,6 +59,8 @@ public:
|
| XSSAuditor();
|
|
|
| void init(Document*, XSSAuditorDelegate*);
|
| + void initForFragment();
|
| +
|
| PassOwnPtr<XSSInfo> filterToken(const FilterTokenRequest&);
|
| bool isSafeToSendToAnotherThread() const;
|
|
|
|
|