$wnd.caja.disableSecurityForDebugger(unsafe);
}-*/;
public PlaygroundView(Playground controller, Boolean mode) {
this.controller = controller;
this.sourceExamples = new MultiWordSuggestOracle();
this.policyExamples = new MultiWordSuggestOracle();
this.mode = mode;
this.playgroundUI =
new com.google.caja.demos.playground.client.ui.PlaygroundUI(
sourceExamples, policyExamples);