mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
17 lines
566 B
HTML
17 lines
566 B
HTML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Document Moved!</title>
|
|
</head>
|
|
<body bgcolor = "white">
|
|
<center>The xptcall porting document has been moved to:
|
|
<P>
|
|
<a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html">http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html</a>
|
|
<P>
|
|
Please update your links.
|
|
</center>
|
|
</body>
|
|
</html> |