| Index: public/web/WebLocalFrame.h
|
| diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
|
| index 940c2b2132e688f8752ba4b4d58da547a26d2f11..ce7cafdbb64c0a8b0dade2b951f97337358975f2 100644
|
| --- a/public/web/WebLocalFrame.h
|
| +++ b/public/web/WebLocalFrame.h
|
| @@ -34,6 +34,7 @@ public:
|
|
|
| // Navigation Transitions ---------------------------------------------
|
| virtual void addStyleSheetByURL(const WebString& url) = 0;
|
| + virtual void navigateToSandboxedMarkup(const WebData& markup) = 0;
|
|
|
| virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
|
| };
|
|
|