git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
JavaScriptCore:
[WebKit-https.git]
/
JavaScriptCore
/
bindings
/
npruntime.cpp
diff --git
a/JavaScriptCore/bindings/npruntime.cpp
b/JavaScriptCore/bindings/npruntime.cpp
index bf278a83dcc22d064f08b5e5e77e13cce77fdc3a..7d6e426baa0fc7337b66e495c29acf8c1147f3a5 100644
(file)
--- a/
JavaScriptCore/bindings/npruntime.cpp
+++ b/
JavaScriptCore/bindings/npruntime.cpp
@@
-440,9
+440,3
@@
void _NPN_SetExceptionWithUTF8 (NPObject *obj, const NPUTF8 *message, int32_t le
_NPN_SetException (obj, &string);
}
}
-
-
-void _NPN_SetException (NPObject *obj, NPString *message)
-{
- // FIX ME. Need to implement.
-}