| Index: Source/core/dom/SandboxFlags.h
|
| diff --git a/Source/core/dom/SandboxFlags.h b/Source/core/dom/SandboxFlags.h
|
| index 3e980d9d610e2adcc758586fe3e9f72568dd862f..0a95c85defa8537b07658f19e8689f19a78e4840 100644
|
| --- a/Source/core/dom/SandboxFlags.h
|
| +++ b/Source/core/dom/SandboxFlags.h
|
| @@ -52,6 +52,8 @@ typedef int SandboxFlags;
|
|
|
| SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage);
|
|
|
| +String parseSuboriginName(const String& policy, String& invalidTokensErrorMessage);
|
| +
|
| }
|
|
|
| #endif
|
|
|