Skip to content

Commit 00eaaee

Browse files
committed
fixup nw.Shell
1 parent 4210e1f commit 00eaaee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/nw_shell.idl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[implemented_in="content/nw/src/api/nw_shell_api.h"]
33
namespace nw.Shell {
44
interface Functions {
5-
[nocompile] static void openExternal(DOMString uri);
6-
[nocompile] static void openItem(DOMString filePath);
7-
[nocompile] static void showItemInFolder(DOMString filePath);
5+
static void openExternal(DOMString uri);
6+
static void openItem(DOMString filePath);
7+
static void showItemInFolder(DOMString filePath);
88
};
99
};

0 commit comments

Comments
 (0)