| Index: sky/engine/core/loader/FrameLoaderClient.h
|
| diff --git a/sky/engine/core/loader/FrameLoaderClient.h b/sky/engine/core/loader/FrameLoaderClient.h
|
| index 1616642826c35f82c2c491235a7a467604bb414a..7bbf993a869bec15773fba0d863335033edc9f17 100644
|
| --- a/sky/engine/core/loader/FrameLoaderClient.h
|
| +++ b/sky/engine/core/loader/FrameLoaderClient.h
|
| @@ -108,7 +108,6 @@ namespace blink {
|
| virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) = 0;
|
|
|
| virtual void didChangeScrollOffset() { }
|
| - virtual void didRemoveAllPendingStylesheet() { }
|
|
|
| // Informs the embedder that a WebGL canvas inside this frame received a lost context
|
| // notification with the given GL_ARB_robustness guilt/innocence code (see Extensions3D.h).
|
|
|